aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-pl031.c
diff options
context:
space:
mode:
authorLeo Yan <leo.yan@linaro.org>2015-07-29 14:13:40 +0800
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-09-05 13:19:08 +0200
commit27675ef03c0535158b77af76591920fe041ebf14 (patch)
tree93da59af1fecf9073b3d2e80778af439d46c5984 /drivers/rtc/rtc-pl031.c
parentrtc: Export OF module alias information in missing drivers (diff)
downloadwireguard-linux-27675ef03c0535158b77af76591920fe041ebf14.tar.xz
wireguard-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.c2
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");