[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1438150420-15035-1-git-send-email-leo.yan@linaro.org>
Date: Wed, 29 Jul 2015 14:13:40 +0800
From: Leo Yan <leo.yan@...aro.org>
To: Linus Walleij <linus.walleij@...aro.org>,
Alessandro Zummo <a.zummo@...ertech.it>,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
linux-arm-kernel@...ts.infradead.org, rtc-linux@...glegroups.com,
linux-kernel@...r.kernel.org, Deepak Saxena <dsaxena@...xity.net>
Cc: Leo Yan <leo.yan@...aro.org>
Subject: [PATCH] drivers/rtc/rtc-pl031.c: fix typo for author email
The email address missed character ">", so add it.
Signed-off-by: Leo Yan <leo.yan@...aro.org>
---
drivers/rtc/rtc-pl031.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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@...xity.net");
+MODULE_AUTHOR("Deepak Saxena <dsaxena@...xity.net>");
MODULE_DESCRIPTION("ARM AMBA PL031 RTC Driver");
MODULE_LICENSE("GPL");
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists