linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] spi: fix some invalid char occurrences
       [not found] <e606930c73029f16673849c57acac061dd923866.1621412009.git.mchehab+huawei@kernel.org>
@ 2021-05-19  8:15 ` Mauro Carvalho Chehab
  2021-05-19 13:10   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2021-05-19  8:15 UTC (permalink / raw)
  To: Mark Brown; +Cc: Mauro Carvalho Chehab, linux-kernel, linux-spi

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>
---
 drivers/spi/spi-omap-100k.c   | 2 +-
 drivers/spi/spi-omap2-mcspi.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/spi-omap-100k.c b/drivers/spi/spi-omap-100k.c
index 7062f2902253..ffa132d40146 100644
--- a/drivers/spi/spi-omap-100k.c
+++ b/drivers/spi/spi-omap-100k.c
@@ -6,7 +6,7 @@
  *
  * Copyright (C) 2005, 2006 Nokia Corporation
  * Author:      Samuel Ortiz <samuel.ortiz@nokia.com> and
- *              Juha Yrj�l� <juha.yrjola@nokia.com>
+ *              Juha Yrjola <juha.yrjola@nokia.com>
  */
 #include <linux/kernel.h>
 #include <linux/init.h>
diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c
index 999c22736416..e24520e87cff 100644
--- a/drivers/spi/spi-omap2-mcspi.c
+++ b/drivers/spi/spi-omap2-mcspi.c
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2005, 2006 Nokia Corporation
  * Author:	Samuel Ortiz <samuel.ortiz@nokia.com> and
- *		Juha Yrj�l� <juha.yrjola@nokia.com>
+ *		Juha Yrjola <juha.yrjola@nokia.com>
  */
 
 #include <linux/kernel.h>
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/3] spi: fix some invalid char occurrences
  2021-05-19  8:15 ` [PATCH 2/3] spi: fix some invalid char occurrences Mauro Carvalho Chehab
@ 2021-05-19 13:10   ` Mark Brown
  2021-05-19 13:30     ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2021-05-19 13:10 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-kernel, linux-spi

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

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?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/3] spi: fix some invalid char occurrences
  2021-05-19 13:10   ` Mark Brown
@ 2021-05-19 13:30     ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2021-05-19 13:30 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-kernel, linux-spi

Em Wed, 19 May 2021 14:10:43 +0100
Mark Brown <broonie@kernel.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-19 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <e606930c73029f16673849c57acac061dd923866.1621412009.git.mchehab+huawei@kernel.org>
2021-05-19  8:15 ` [PATCH 2/3] spi: fix some invalid char occurrences Mauro Carvalho Chehab
2021-05-19 13:10   ` Mark Brown
2021-05-19 13:30     ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).