diff options
| author | Adam Borowski <[email protected]> | 2017-11-28 03:44:55 +0000 |
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2017-12-11 11:44:30 +0000 |
| commit | 1907e38680af8f492f3da20cb36e3f33cfd971bf (patch) | |
| tree | d87ea0b1cb1d7301844f7d5235455aab9131e3cd | |
| parent | dt-bindings: mmc: renesas_sdhi: Add r8a77995 support (diff) | |
| download | kernel-1907e38680af8f492f3da20cb36e3f33cfd971bf.tar.gz kernel-1907e38680af8f492f3da20cb36e3f33cfd971bf.zip | |
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 <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
| -rw-r--r-- | drivers/mmc/host/sunxi-mmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/sunxi-mmc.c b/drivers/mmc/host/sunxi-mmc.c index cc98355dbdb9..8fef5c17696e 100644 --- a/drivers/mmc/host/sunxi-mmc.c +++ b/drivers/mmc/host/sunxi-mmc.c @@ -3,7 +3,7 @@ * (C) Copyright 2007-2011 Reuuimlla Technology Co., Ltd. * (C) Copyright 2007-2011 Aaron Maoye <[email protected]> * (C) Copyright 2013-2014 O2S GmbH <www.o2s.ch> - * (C) Copyright 2013-2014 David Lanzend�rfer <[email protected]> + * (C) Copyright 2013-2014 David Lanzendörfer <[email protected]> * (C) Copyright 2013-2014 Hans de Goede <[email protected]> * (C) Copyright 2017 Sootech SA * @@ -1393,5 +1393,5 @@ module_platform_driver(sunxi_mmc_driver); MODULE_DESCRIPTION("Allwinner's SD/MMC Card Controller Driver"); MODULE_LICENSE("GPL v2"); -MODULE_AUTHOR("David Lanzend�rfer <[email protected]>"); +MODULE_AUTHOR("David Lanzendörfer <[email protected]>"); MODULE_ALIAS("platform:sunxi-mmc"); |
