mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
platform/x86: samsung-laptop: Match MODULE_DESCRIPTION() to functionality
Change module description from "Samsung Backlight driver" to "Samsung Laptop driver" to better match driver's functionality. Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20241123133041.16042-1-sedat.dilek@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
parent
40384c840e
commit
3510398032
|
|
@ -1653,5 +1653,5 @@ module_init(samsung_init);
|
|||
module_exit(samsung_exit);
|
||||
|
||||
MODULE_AUTHOR("Greg Kroah-Hartman <gregkh@suse.de>");
|
||||
MODULE_DESCRIPTION("Samsung Backlight driver");
|
||||
MODULE_DESCRIPTION("Samsung Laptop driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user