* [PATCH v3 RESEND 0/1] Fix a badly encoded copyright symbol
@ 2021-11-16 12:16 Mauro Carvalho Chehab
2021-11-16 12:16 ` [PATCH v3 RESEND 1/1] visorbus: fix a copyright symbol that was bad encoded Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2021-11-16 12:16 UTC (permalink / raw)
To: Linux Doc Mailing List, Andrew Morton
Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
sparmaintainer
Hi Andrew,
I sent already this patch a couple of times to the maintainer, but got no
answer. So, maybe the maintainer just become unresponsible.
As this is really a trivial patch, if you won't mind could, maybe the best would
be to have this merged via your tree.
Thanks!
Mauro
Mauro Carvalho Chehab (1):
visorbus: fix a copyright symbol that was bad encoded
drivers/visorbus/visorbus_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.33.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v3 RESEND 1/1] visorbus: fix a copyright symbol that was bad encoded
2021-11-16 12:16 [PATCH v3 RESEND 0/1] Fix a badly encoded copyright symbol Mauro Carvalho Chehab
@ 2021-11-16 12:16 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2021-11-16 12:16 UTC (permalink / raw)
To: Linux Doc Mailing List, Andrew Morton
Cc: Mauro Carvalho Chehab, Jonathan Corbet, David Kershner,
linux-kernel, sparmaintainer
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@kernel.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-16 12:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-16 12:16 [PATCH v3 RESEND 0/1] Fix a badly encoded copyright symbol Mauro Carvalho Chehab
2021-11-16 12:16 ` [PATCH v3 RESEND 1/1] visorbus: fix a copyright symbol that was bad encoded Mauro Carvalho Chehab
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.