[<prev] [next>] [day] [month] [year] [list]
Message-Id: <dd3f8e1fbd57a060761287c4f0bd80f20aab9a41.1626947440.git.mchehab+huawei@kernel.org>
Date: Thu, 22 Jul 2021 11:51:16 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: David Kershner <david.kershner@...sys.com>,
Linux Doc Mailing List <linux-doc@...r.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
"Jonathan Corbet" <corbet@....net>, linux-kernel@...r.kernel.org,
sparmaintainer@...sys.com
Subject: [PATCH] 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>
---
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.31.1
Powered by blists - more mailing lists