spi: fix some invalid char occurrences
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 19 May 2021 08:15:36 +0000 (10:15 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 20 May 2021 16:58:33 +0000 (17:58 +0100)
commit6328caf043208556e782a53a284c9acfcf6be3b0
treeb00ea2f85977ac7c3badf4d80cea46c556efa213
parent70252440b2b6337d03f2b95bc475fedbea79072f
spi: fix some invalid char occurrences

One of the author names got an invalid char, probably due to
a bad charset conversion, being replaced by the
REPLACEMENT CHARACTER U+fffd ('�').

Use the author's e-mail has the characters without accents,
as also used at the .mailmap file.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/ff8d296e1fdcc4f1c6df94434a5720bcedcd0ecf.1621412009.git.mchehab+huawei@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-omap-100k.c
drivers/spi/spi-omap2-mcspi.c