diff options
author | Leo Yan <leo.yan@linaro.org> | 2015-07-29 14:13:40 +0800 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-09-05 13:19:08 +0200 |
commit | 27675ef03c0535158b77af76591920fe041ebf14 (patch) | |
tree | 93da59af1fecf9073b3d2e80778af439d46c5984 /drivers/rtc/rtc-pl031.c | |
parent | 1c4fc2955ad37afb0d75ed5a67bad94c1529b0cf (diff) | |
download | op-kernel-dev-27675ef03c0535158b77af76591920fe041ebf14.zip op-kernel-dev-27675ef03c0535158b77af76591920fe041ebf14.tar.gz |
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 99181fff..41dcb7d 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"); |