From patchwork Wed May 19 08:15:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 443760 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A325AC433B4 for ; Wed, 19 May 2021 08:15:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 847416135B for ; Wed, 19 May 2021 08:15:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244586AbhESIRI (ORCPT ); Wed, 19 May 2021 04:17:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:50710 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231161AbhESIRG (ORCPT ); Wed, 19 May 2021 04:17:06 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4801F60FE9; Wed, 19 May 2021 08:15:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621412147; bh=iByNIEQj2t/WJu0c9rZYiDTureTp+s2p5iQh1hmOyuQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Br+rRdANJfa+ke6BSR8C4TOcPfrDR59qb+Sm2nHHJ6BfsKaWvmdA0y72UzziekOHj E+1r7DTkw71Yh8Mm7Ypcbgn5n6WNyRmuw8SmOubm8PGOJR5PTkl0C/yDSzJc34E75k tRaUK4I19S2tSSKNKPEvDMRTucv21eA1vttXHL2gX7+fW4IcKn5c8IKXtTOeAu/A66 VQxwmUVmzTr/ll2MUCatVyXteLzMnfYK1MbRJxxPoRLRDXavl0Fv+n3LqVOgDOa2lA dj0hesEV+H74EDzbg/6nxB/XRj1Cr2hBrzepblqoQNutWVU/sN+2rCPkkrz9zGa520 /9H2zcOZKeEhA== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1ljHMm-007fBA-Vu; Wed, 19 May 2021 10:15:44 +0200 From: Mauro Carvalho Chehab To: Mark Brown Cc: Mauro Carvalho Chehab , 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 Message-Id: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.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 --- 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 and - * Juha Yrj�l� + * Juha Yrjola */ #include #include 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 and - * Juha Yrj�l� + * Juha Yrjola */ #include