Re: [PATCH 2/3] spi: fix some invalid char occurrences
From: Mauro Carvalho Chehab
Date: Wed May 19 2021 - 09:31:17 EST
Em Wed, 19 May 2021 14:10:43 +0100
Mark Brown <broonie@xxxxxxxxxx> escreveu:
> On Wed, May 19, 2021 at 10:15:36AM +0200, Mauro Carvalho Chehab wrote:
> > One of the author names got an invalid char, probably due to
> > a bad charset conversion, being replaced by the
> > REPLACEMENT CHARACTER U+fffd ('�').
>
> I only have patch 2 here, what's the story with dependencies?
Sorry, I sent three completely independent patches to different
subsystems. It was not supposed to be numerated... meaning that I need to
fix my send scripts ;-)
The only thing they have in common is that they touch files using
the REPLACEMENT CHARACTER (U+fffd).
The other two patches are:
[PATCH 1/3] gpu: drm: replace occurrences of invalid character
[PATCH 3/3] visorbus: fix a copyright symbol that was bad encoded
Thanks,
Mauro