commit | f5b1d3c5d022aeb994f94ed3372102e057925c6a | [log] [tgz] |
---|---|---|
author | Jingoo Han <[email protected]> | Mon Apr 29 16:18:29 2013 -0700 |
committer | Linus Torvalds <[email protected]> | Mon Apr 29 18:28:21 2013 -0700 |
tree | 3f0db4d728bf01d3e9daad99cccd7bc1d0c4fa65 | |
parent | 0c58ff587738c25e4402a51df6575230e7f099e1 [diff] [blame] |
drivers/rtc/rtc-max77686.c: add missing module author name Add missing module author name to MODULE_AUTHOR macro. Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/drivers/rtc/rtc-max77686.c b/drivers/rtc/rtc-max77686.c index a8e31fc..4da2a55 100644 --- a/drivers/rtc/rtc-max77686.c +++ b/drivers/rtc/rtc-max77686.c
@@ -627,5 +627,5 @@ module_platform_driver(max77686_rtc_driver); MODULE_DESCRIPTION("Maxim MAX77686 RTC driver"); -MODULE_AUTHOR("<[email protected]>"); +MODULE_AUTHOR("Chiwoong Byun <[email protected]>"); MODULE_LICENSE("GPL");