From: Leo Yan Date: Wed, 29 Jul 2015 06:13:40 +0000 (+0800) Subject: rtc: pl031: fix typo for author email X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27675ef03c0535158b77af76591920fe041ebf14;p=linux-beck.git rtc: pl031: fix typo for author email The email address missed character ">", so add it. Signed-off-by: Leo Yan Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-pl031.c b/drivers/rtc/rtc-pl031.c index 99181fff88fd..41dcb7ddb906 100644 --- a/drivers/rtc/rtc-pl031.c +++ b/drivers/rtc/rtc-pl031.c @@ -476,6 +476,6 @@ static struct amba_driver pl031_driver = { module_amba_driver(pl031_driver); -MODULE_AUTHOR("Deepak Saxena "); MODULE_DESCRIPTION("ARM AMBA PL031 RTC Driver"); MODULE_LICENSE("GPL");