Skip to content

Commit

Permalink
platform/x86: x86-android-tablets: Trivial typo fix for MODULE_AUTHOR
Browse files Browse the repository at this point in the history
Bring balance to the quoting of Hans' e-mail address.

Signed-off-by: Lubomir Rintel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Hans de Goede <[email protected]>
  • Loading branch information
lkundrak authored and jwrdegoede committed Jan 24, 2022
1 parent 5de2ffd commit 17f6736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/x86-android-tablets.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,6 @@ static __init int x86_android_tablet_init(void)
module_init(x86_android_tablet_init);
module_exit(x86_android_tablet_cleanup);

MODULE_AUTHOR("Hans de Goede <[email protected]");
MODULE_AUTHOR("Hans de Goede <[email protected]>");
MODULE_DESCRIPTION("X86 Android tablets DSDT fixups driver");
MODULE_LICENSE("GPL");

0 comments on commit 17f6736

Please sign in to comment.