Skip to content

Commit 3510398

Browse files
dileksij-intel
authored andcommitted
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 <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 40384c8 commit 3510398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/samsung-laptop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,5 +1653,5 @@ module_init(samsung_init);
16531653
module_exit(samsung_exit);
16541654

16551655
MODULE_AUTHOR("Greg Kroah-Hartman <[email protected]>");
1656-
MODULE_DESCRIPTION("Samsung Backlight driver");
1656+
MODULE_DESCRIPTION("Samsung Laptop driver");
16571657
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)