diff options
author | Leo Yan <leo.yan@linaro.org> | 2015-07-29 02:13:40 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-09-05 07:19:08 -0400 |
commit | 27675ef03c0535158b77af76591920fe041ebf14 (patch) | |
tree | 93da59af1fecf9073b3d2e80778af439d46c5984 /drivers/rtc | |
parent | 1c4fc2955ad37afb0d75ed5a67bad94c1529b0cf (diff) |
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')
-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 = { | |||
476 | 476 | ||
477 | module_amba_driver(pl031_driver); | 477 | module_amba_driver(pl031_driver); |
478 | 478 | ||
479 | MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net"); | 479 | MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net>"); |
480 | MODULE_DESCRIPTION("ARM AMBA PL031 RTC Driver"); | 480 | MODULE_DESCRIPTION("ARM AMBA PL031 RTC Driver"); |
481 | MODULE_LICENSE("GPL"); | 481 | MODULE_LICENSE("GPL"); |