Skip to content

Commit 1907e38

Browse files
kilobytestorulf
authored andcommitted
mmc: sunxi: fix mojibake in module metadata
It had an U+FFFD: not a corrupted character but a literal well-formed replacement marker. Signed-off-by: Adam Borowski <kilobyte@angband.pl> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 448f2f8 commit 1907e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/mmc/host/sunxi-mmc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* (C) Copyright 2007-2011 Reuuimlla Technology Co., Ltd.
44
* (C) Copyright 2007-2011 Aaron Maoye <leafy.myeh@reuuimllatech.com>
55
* (C) Copyright 2013-2014 O2S GmbH <www.o2s.ch>
6-
* (C) Copyright 2013-2014 David Lanzend�rfer <david.lanzendoerfer@o2s.ch>
6+
* (C) Copyright 2013-2014 David Lanzendörfer <david.lanzendoerfer@o2s.ch>
77
* (C) Copyright 2013-2014 Hans de Goede <hdegoede@redhat.com>
88
* (C) Copyright 2017 Sootech SA
99
*
@@ -1393,5 +1393,5 @@ module_platform_driver(sunxi_mmc_driver);
13931393

13941394
MODULE_DESCRIPTION("Allwinner's SD/MMC Card Controller Driver");
13951395
MODULE_LICENSE("GPL v2");
1396-
MODULE_AUTHOR("David Lanzend�rfer <david.lanzendoerfer@o2s.ch>");
1396+
MODULE_AUTHOR("David Lanzendörfer <david.lanzendoerfer@o2s.ch>");
13971397
MODULE_ALIAS("platform:sunxi-mmc");

0 commit comments

Comments
 (0)