projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4fc29
)
rtc: pl031: fix typo for author email
author
Leo Yan
<leo.yan@linaro.org>
Wed, 29 Jul 2015 06:13:40 +0000
(14:13 +0800)
committer
Alexandre Belloni
<alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:08 +0000
(13:19 +0200)
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>
drivers/rtc/rtc-pl031.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-pl031.c
b/drivers/rtc/rtc-pl031.c
index 99181fff88fd6f4e3518a1e2b3c166b674b59305..41dcb7ddb906040ce18722e3c93e076f05c0e4b4 100644
(file)
--- 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");