All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Mark Brown <broonie@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org
Subject: [PATCH 2/3] spi: fix some invalid char occurrences
Date: Wed, 19 May 2021 10:15:36 +0200	[thread overview]
Message-ID: <ff8d296e1fdcc4f1c6df94434a5720bcedcd0ecf.1621412009.git.mchehab+huawei@kernel.org> (raw)
In-Reply-To: <e606930c73029f16673849c57acac061dd923866.1621412009.git.mchehab+huawei@kernel.org>

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


  reply	other threads:[~2021-05-19  8:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19  8:15 [PATCH 1/3] gpu: drm: replace occurrences of invalid character Mauro Carvalho Chehab
2021-05-19  8:15 ` Mauro Carvalho Chehab
2021-05-19  8:15 ` [Intel-gfx] " Mauro Carvalho Chehab
2021-05-19  8:15 ` Mauro Carvalho Chehab
2021-05-19  8:15 ` Mauro Carvalho Chehab [this message]
2021-05-19 13:10   ` [PATCH 2/3] spi: fix some invalid char occurrences Mark Brown
2021-05-19 13:30     ` Mauro Carvalho Chehab
2021-05-19  8:15 ` [PATCH 3/3] visorbus: fix a copyright symbol that was bad encoded Mauro Carvalho Chehab
2021-05-19 15:56 ` [PATCH 1/3] gpu: drm: replace occurrences of invalid character Randy Dunlap
2021-05-19 15:56   ` Randy Dunlap
2021-05-19 15:56   ` [Intel-gfx] " Randy Dunlap
2021-05-19 15:56   ` Randy Dunlap
2021-05-19 16:40   ` Alex Deucher
2021-05-19 16:40     ` Alex Deucher
2021-05-19 16:40     ` [Intel-gfx] " Alex Deucher
2021-05-19 16:40     ` Alex Deucher
2021-05-20 21:08 ` (subset) " Mark Brown
2021-05-20 21:08   ` Mark Brown
2021-05-20 21:08   ` [Intel-gfx] " Mark Brown
2021-05-20 21:08   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ff8d296e1fdcc4f1c6df94434a5720bcedcd0ecf.1621412009.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.