diff options
author | Leo Yan | 2015-07-29 08:13:40 +0200 |
---|---|---|
committer | Alexandre Belloni | 2015-09-05 13:19:08 +0200 |
commit | 27675ef03c0535158b77af76591920fe041ebf14 (patch) | |
tree | 93da59af1fecf9073b3d2e80778af439d46c5984 /drivers/rtc/rtc-pl031.c | |
parent | rtc: Export OF module alias information in missing drivers (diff) | |
download | kernel-qcow2-linux-27675ef03c0535158b77af76591920fe041ebf14.tar.gz kernel-qcow2-linux-27675ef03c0535158b77af76591920fe041ebf14.tar.xz kernel-qcow2-linux-27675ef03c0535158b77af76591920fe041ebf14.zip |
rtc: pl031: fix typo for author email
The email address missed character ">", so add it.
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/rtc-pl031.c')
-rw-r--r-- | drivers/rtc/rtc-pl031.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <dsaxena@plexity.net"); +MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net>"); MODULE_DESCRIPTION("ARM AMBA PL031 RTC Driver"); MODULE_LICENSE("GPL"); |