* [PATCH] pinctrl: zynq: fix UTF-8 errors
@ 2015-10-30 14:06 Linus Walleij
2015-10-30 17:03 ` Sören Brinkmann
0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2015-10-30 14:06 UTC (permalink / raw)
To: linux-kernel, linux-arm-kernel
Cc: linux-gpio, Linus Walleij, Sören Brinkmann
Fix up Sören's name in the Zynq driver. I caused this. I fix it.
Cc: Sören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
drivers/pinctrl/pinctrl-zynq.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-zynq.c b/drivers/pinctrl/pinctrl-zynq.c
index 9aefc608ba79..d57b5eca7b98 100644
--- a/drivers/pinctrl/pinctrl-zynq.c
+++ b/drivers/pinctrl/pinctrl-zynq.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2014 Xilinx
*
- * Sören Brinkmann <soren.brinkmann@xilinx.com>
+ * Sören Brinkmann <soren.brinkmann@xilinx.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1242,6 +1242,6 @@ static void __exit zynq_pinctrl_exit(void)
}
module_exit(zynq_pinctrl_exit);
-MODULE_AUTHOR("Sören Brinkmann <soren.brinkmann@xilinx.com>");
+MODULE_AUTHOR("Sören Brinkmann <soren.brinkmann@xilinx.com>");
MODULE_DESCRIPTION("Xilinx Zynq pinctrl driver");
MODULE_LICENSE("GPL");
--
2.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] pinctrl: zynq: fix UTF-8 errors
2015-10-30 14:06 [PATCH] pinctrl: zynq: fix UTF-8 errors Linus Walleij
@ 2015-10-30 17:03 ` Sören Brinkmann
2015-10-30 17:07 ` Sören Brinkmann
0 siblings, 1 reply; 4+ messages in thread
From: Sören Brinkmann @ 2015-10-30 17:03 UTC (permalink / raw)
To: Linus Walleij; +Cc: linux-kernel, linux-arm-kernel, linux-gpio
Hi Linux,
On Fri, 2015-10-30 at 03:06PM +0100, Linus Walleij wrote:
> Fix up Sören's name in the Zynq driver. I caused this. I fix it.
>
> Cc: Sören Brinkmann <soren.brinkmann@xilinx.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Thank you!
Sören
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] pinctrl: zynq: fix UTF-8 errors
2015-10-30 17:03 ` Sören Brinkmann
@ 2015-10-30 17:07 ` Sören Brinkmann
2015-10-31 21:13 ` Linus Walleij
0 siblings, 1 reply; 4+ messages in thread
From: Sören Brinkmann @ 2015-10-30 17:07 UTC (permalink / raw)
To: Linus Walleij; +Cc: linux-kernel, linux-arm-kernel, linux-gpio
On Fri, 2015-10-30 at 10:03AM -0700, Sören Brinkmann wrote:
> Hi Linux,
Linus, of course...
>
> On Fri, 2015-10-30 at 03:06PM +0100, Linus Walleij wrote:
> > Fix up Sören's name in the Zynq driver. I caused this. I fix it.
> >
> > Cc: Sören Brinkmann <soren.brinkmann@xilinx.com>
> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
>
> Thank you!
>
> Sören
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] pinctrl: zynq: fix UTF-8 errors
2015-10-30 17:07 ` Sören Brinkmann
@ 2015-10-31 21:13 ` Linus Walleij
0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2015-10-31 21:13 UTC (permalink / raw)
To: Sören Brinkmann
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org
On Fri, Oct 30, 2015 at 6:07 PM, Sören Brinkmann
<soren.brinkmann@xilinx.com> wrote:
> On Fri, 2015-10-30 at 10:03AM -0700, Sören Brinkmann wrote:
>> Hi Linux,
>
> Linus, of course...
After screwing up your name like that I kind of deserve it...
Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-31 21:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 14:06 [PATCH] pinctrl: zynq: fix UTF-8 errors Linus Walleij
2015-10-30 17:03 ` Sören Brinkmann
2015-10-30 17:07 ` Sören Brinkmann
2015-10-31 21:13 ` Linus Walleij
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).