[PATCH] drivers/rtc/rtc-pl031.c: fix typo for author email

From: Leo Yan
Date: Wed Jul 29 2015 - 02:14:00 EST


The email address missed character ">", so add it.

Signed-off-by: Leo Yan <leo.yan@xxxxxxxxxx>
---
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@xxxxxxxxxxx");
+MODULE_AUTHOR("Deepak Saxena <dsaxena@xxxxxxxxxxx>");
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/