mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] docs/sp_SP: Remove ZERO WIDTH SPACE in memory-barriers.txt
@ 2023-03-29  5:22 Akira Yokosawa
  2023-03-29 13:06 ` Carlos Bilbao
  0 siblings, 1 reply; 3+ messages in thread
From: Akira Yokosawa @ 2023-03-29  5:22 UTC (permalink / raw)
  To: Carlos Bilbao, Jonathan Corbet; +Cc: linux-doc, linux-kernel, Akira Yokosawa

As this file is included literally, ZERO WIDTH SPACE causes
"make pdfdocs" to emit messages which read:

  Missing character: There is no ​ (U+200B) in font DejaVu Sans Mono/OT:script=latn;language=dflt;!
  Missing character: There is no ​ (U+200B) in font DejaVu Sans Mono/OT:script=latn;language=dflt;!

U+200B (ZERO WIDTH SPADE) has no effect in literal blocks.
Remove them and get rid of those noises.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Carlos Bilbao <carlos.bilbao@amd.com>
Cc: Jonathan Corbet <corbet@lwn.net>
---
Hi,

Offending commit is 259b007f5729 ("docs/sp_SP: Add memory-barriers.txt
Spanish translation") merged into v6.2.
As this is not a bug fix, I'm not putting a Fixes: tag.

Note: It might be hard for human eyes to see where the removed
ZERO WIDTH SPACEs were. :-)

        Thanks, Akira
--
 Documentation/translations/sp_SP/memory-barriers.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/sp_SP/memory-barriers.txt b/Documentation/translations/sp_SP/memory-barriers.txt
index f62bd797216d..27097a808c88 100644
--- a/Documentation/translations/sp_SP/memory-barriers.txt
+++ b/Documentation/translations/sp_SP/memory-barriers.txt
@@ -604,7 +604,7 @@ READ_ONCE() para DEC Alpha, lo que significa que las únicas personas que
 necesitan prestar atención a esta sección son aquellas que trabajan en el
 código específico de la arquitectura DEC Alpha y aquellas que trabajan en
 READ_ONCE() por dentro. Para aquellos que lo necesitan, y para aquellos que
-estén interesados ​​desde un punto de vista histórico, aquí está la historia
+estén interesados desde un punto de vista histórico, aquí está la historia
 de las barreras de dependencia de dirección.
 
 [!] Si bien las dependencias de direcciones se observan tanto en carga a

base-commit: 4f1bb0386dfc0bda78ddad0e4fb3cd519b2886ab
-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/sp_SP: Remove ZERO WIDTH SPACE in memory-barriers.txt
  2023-03-29  5:22 [PATCH] docs/sp_SP: Remove ZERO WIDTH SPACE in memory-barriers.txt Akira Yokosawa
@ 2023-03-29 13:06 ` Carlos Bilbao
  2023-03-29 16:47   ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Carlos Bilbao @ 2023-03-29 13:06 UTC (permalink / raw)
  To: Akira Yokosawa, Jonathan Corbet; +Cc: linux-doc, linux-kernel

On 3/29/23 12:22 AM, Akira Yokosawa wrote:
> As this file is included literally, ZERO WIDTH SPACE causes
> "make pdfdocs" to emit messages which read:
> 
>   Missing character: There is no ​ (U+200B) in font DejaVu Sans Mono/OT:script=latn;language=dflt;!
>   Missing character: There is no ​ (U+200B) in font DejaVu Sans Mono/OT:script=latn;language=dflt;!
> 
> U+200B (ZERO WIDTH SPADE) has no effect in literal blocks.
> Remove them and get rid of those noises.
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> Cc: Carlos Bilbao <carlos.bilbao@amd.com>
> Cc: Jonathan Corbet <corbet@lwn.net>
> ---
> Hi,
> 
> Offending commit is 259b007f5729 ("docs/sp_SP: Add memory-barriers.txt
> Spanish translation") merged into v6.2.
> As this is not a bug fix, I'm not putting a Fixes: tag.
> 
> Note: It might be hard for human eyes to see where the removed
> ZERO WIDTH SPACEs were. :-)
> 
>         Thanks, Akira

Good catch, Akira! Acked-by: Carlos Bilbao <carlos.bilbao@amd.com>

> --
>  Documentation/translations/sp_SP/memory-barriers.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/translations/sp_SP/memory-barriers.txt b/Documentation/translations/sp_SP/memory-barriers.txt
> index f62bd797216d..27097a808c88 100644
> --- a/Documentation/translations/sp_SP/memory-barriers.txt
> +++ b/Documentation/translations/sp_SP/memory-barriers.txt
> @@ -604,7 +604,7 @@ READ_ONCE() para DEC Alpha, lo que significa que las únicas personas que
>  necesitan prestar atención a esta sección son aquellas que trabajan en el
>  código específico de la arquitectura DEC Alpha y aquellas que trabajan en
>  READ_ONCE() por dentro. Para aquellos que lo necesitan, y para aquellos que
> -estén interesados ​​desde un punto de vista histórico, aquí está la historia
> +estén interesados desde un punto de vista histórico, aquí está la historia
>  de las barreras de dependencia de dirección.
>  
>  [!] Si bien las dependencias de direcciones se observan tanto en carga a
> 
> base-commit: 4f1bb0386dfc0bda78ddad0e4fb3cd519b2886ab

Thanks,
Carlos

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/sp_SP: Remove ZERO WIDTH SPACE in memory-barriers.txt
  2023-03-29 13:06 ` Carlos Bilbao
@ 2023-03-29 16:47   ` Jonathan Corbet
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2023-03-29 16:47 UTC (permalink / raw)
  To: Carlos Bilbao, Akira Yokosawa; +Cc: linux-doc, linux-kernel

Carlos Bilbao <carlos.bilbao@amd.com> writes:

> On 3/29/23 12:22 AM, Akira Yokosawa wrote:
>> As this file is included literally, ZERO WIDTH SPACE causes
>> "make pdfdocs" to emit messages which read:
>> 
>>   Missing character: There is no ​ (U+200B) in font DejaVu Sans Mono/OT:script=latn;language=dflt;!
>>   Missing character: There is no ​ (U+200B) in font DejaVu Sans Mono/OT:script=latn;language=dflt;!
>> 
>> U+200B (ZERO WIDTH SPADE) has no effect in literal blocks.
>> Remove them and get rid of those noises.
>> 
>> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
>> Cc: Carlos Bilbao <carlos.bilbao@amd.com>
>> Cc: Jonathan Corbet <corbet@lwn.net>
>> ---
>> Hi,
>> 
>> Offending commit is 259b007f5729 ("docs/sp_SP: Add memory-barriers.txt
>> Spanish translation") merged into v6.2.
>> As this is not a bug fix, I'm not putting a Fixes: tag.
>> 
>> Note: It might be hard for human eyes to see where the removed
>> ZERO WIDTH SPACEs were. :-)
>> 
>>         Thanks, Akira
>
> Good catch, Akira! Acked-by: Carlos Bilbao <carlos.bilbao@amd.com>

Carlos, when you put an Acked-by in the middle of a line like that, b4
no longer sees it.

Anyway, I've applied the patch, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-29 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29  5:22 [PATCH] docs/sp_SP: Remove ZERO WIDTH SPACE in memory-barriers.txt Akira Yokosawa
2023-03-29 13:06 ` Carlos Bilbao
2023-03-29 16:47   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®