mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-12 05:48:39 +08:00
pinctrl: zynq: fix UTF-8 errors
Fix up Sören's name in the Zynq driver. I caused this. I fix it. Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
13e3008fae
commit
a7c6f30c02
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user