linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/rtc/rtc-pl031.c: fix typo for author email
@ 2015-07-29  6:13 Leo Yan
  2015-08-11 15:43 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Yan @ 2015-07-29  6:13 UTC (permalink / raw)
  To: Linus Walleij, Alessandro Zummo, Alexandre Belloni,
	linux-arm-kernel, rtc-linux, linux-kernel, Deepak Saxena
  Cc: Leo Yan

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

Signed-off-by: Leo Yan <leo.yan@linaro.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@plexity.net");
+MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net>");
 MODULE_DESCRIPTION("ARM AMBA PL031 RTC Driver");
 MODULE_LICENSE("GPL");
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/rtc/rtc-pl031.c: fix typo for author email
  2015-07-29  6:13 [PATCH] drivers/rtc/rtc-pl031.c: fix typo for author email Leo Yan
@ 2015-08-11 15:43 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2015-08-11 15:43 UTC (permalink / raw)
  To: Leo Yan
  Cc: Linus Walleij, Alessandro Zummo, linux-arm-kernel, rtc-linux,
	linux-kernel, Deepak Saxena

On 29/07/2015 at 14:13:40 +0800, Leo Yan wrote :
> The email address missed character ">", so add it.
> 
> Signed-off-by: Leo Yan <leo.yan@linaro.org>
> ---
>  drivers/rtc/rtc-pl031.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-11 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-29  6:13 [PATCH] drivers/rtc/rtc-pl031.c: fix typo for author email Leo Yan
2015-08-11 15:43 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).