diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2022-01-10 07:36:29 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2022-01-24 10:41:45 +0100 |
commit | 17f6736a020ef195f4855e807c76d2360310d143 (patch) | |
tree | 0547b92cefef6c7c81f574836f0d170e9b72c014 /drivers/platform | |
parent | platform/x86: x86-android-tablets: Fix the buttons on CZC P10T tablet (diff) | |
download | linux-17f6736a020ef195f4855e807c76d2360310d143.tar.xz linux-17f6736a020ef195f4855e807c76d2360310d143.zip |
platform/x86: x86-android-tablets: Trivial typo fix for MODULE_AUTHOR
Bring balance to the quoting of Hans' e-mail address.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20220110063629.273364-1-lkundrak@v3.sk
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/x86-android-tablets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/x86-android-tablets.c b/drivers/platform/x86/x86-android-tablets.c index bd1ba676bcc0..9360a8a92486 100644 --- a/drivers/platform/x86/x86-android-tablets.c +++ b/drivers/platform/x86/x86-android-tablets.c @@ -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 <hdegoede@redhat.com"); +MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); MODULE_DESCRIPTION("X86 Android tablets DSDT fixups driver"); MODULE_LICENSE("GPL"); |