[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <e83ef078c5235de38da07859e8cc0b39236b2cf3.1637064818.git.mchehab+huawei@kernel.org>
Date: Tue, 16 Nov 2021 12:16:23 +0000
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Linux Doc Mailing List <linux-doc@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
"Jonathan Corbet" <corbet@....net>,
David Kershner <david.kershner@...sys.com>,
linux-kernel@...r.kernel.org, sparmaintainer@...sys.com
Subject: [PATCH v3 RESEND 1/1] visorbus: fix a copyright symbol that was bad encoded
The copyright symbol was badly encoded using the
REPLACEMENT CHARACTER U+fffd ('�'), probably due to some
bad charset conversion.
Fix it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
---
To mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH v3 RESEND 0/1] at: https://lore.kernel.org/all/cover.1637064818.git.mchehab+huawei@kernel.org/
drivers/visorbus/visorbus_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/visorbus/visorbus_main.c b/drivers/visorbus/visorbus_main.c
index 152fd29f04f2..0aa4cff670dc 100644
--- a/drivers/visorbus/visorbus_main.c
+++ b/drivers/visorbus/visorbus_main.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copyright � 2010 - 2015 UNISYS CORPORATION
+ * Copyright © 2010 - 2015 UNISYS CORPORATION
* All rights reserved.
*/
--
2.33.1
Powered by blists - more mailing lists