pinctrl: zynq: fix UTF-8 errors
authorLinus Walleij <[email protected]>
Fri, 30 Oct 2015 14:04:37 +0000 (15:04 +0100)
committerLinus Walleij <[email protected]>
Sat, 31 Oct 2015 21:12:59 +0000 (22:12 +0100)
Fix up Sören's name in the Zynq driver. I caused this. I fix it.

Acked-by: Sören Brinkmann <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
drivers/pinctrl/pinctrl-zynq.c

index 9aefc608ba79a8727cbc23b1391d85148fc85459..d57b5eca7b98350ecc2e9b708f05e7457a26db16 100644 (file)
@@ -3,7 +3,7 @@
  *
  *  Copyright (C) 2014 Xilinx
  *
- *  SÃ\83¶ren Brinkmann <[email protected]>
+ *  Sören Brinkmann <[email protected]>
  *
  * 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Ã\83¶ren Brinkmann <[email protected]>");
+MODULE_AUTHOR("Sören Brinkmann <[email protected]>");
 MODULE_DESCRIPTION("Xilinx Zynq pinctrl driver");
 MODULE_LICENSE("GPL");