diff options
Diffstat (limited to 'drivers/platform/x86/dell-laptop.c')
| -rw-r--r-- | drivers/platform/x86/dell-laptop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c index 74e988f839e8..f8d3e3bd1bb5 100644 --- a/drivers/platform/x86/dell-laptop.c +++ b/drivers/platform/x86/dell-laptop.c @@ -4,7 +4,7 @@ * * Copyright (c) Red Hat <[email protected]> * Copyright (c) 2014 Gabriele Mazzotta <[email protected]> - * Copyright (c) 2014 Pali Rohár <[email protected]> + * Copyright (c) 2014 Pali Rohár <[email protected]> * * Based on documentation in the libsmbios package: * Copyright (C) 2005-2014 Dell Inc. @@ -2295,6 +2295,6 @@ module_exit(dell_exit); MODULE_AUTHOR("Matthew Garrett <[email protected]>"); MODULE_AUTHOR("Gabriele Mazzotta <[email protected]>"); -MODULE_AUTHOR("Pali Rohár <[email protected]>"); +MODULE_AUTHOR("Pali Rohár <[email protected]>"); MODULE_DESCRIPTION("Dell laptop driver"); MODULE_LICENSE("GPL"); |