From mboxrd@z Thu Jan 1 00:00:00 1970 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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 6A4B0C43461 for ; Wed, 12 May 2021 13:47:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2DB7F60D07 for ; Wed, 12 May 2021 13:47:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231709AbhELNso (ORCPT ); Wed, 12 May 2021 09:48:44 -0400 Received: from mail-oi1-f170.google.com ([209.85.167.170]:46998 "EHLO mail-oi1-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231430AbhELNsT (ORCPT ); Wed, 12 May 2021 09:48:19 -0400 Received: by mail-oi1-f170.google.com with SMTP id x15so8532215oic.13; Wed, 12 May 2021 06:47:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EVt1p5SHmhDVWSXHXwKOAt0atSnLGbn9g6enDYXV3RM=; b=HhccjEdipZgGlZgJsMtvOAmSWYFwPJ8xgPZvVXgPFHvnsX08e/axLCEKdwXkZFE7/X d1HXtd9X2lly0ETYu8jYgO4UZWFSZLoF6UkJDKV6Ifym+TAjv556sY3PU6vY5XrZlzZS wmiXDb2of79dSwlxs5H2FT9pWrE7EcNntgW0SnRpZ0eXYyAmzPih+ldw8uDzhlKnZ7a4 lHi5fsBFKiJ1hfyUVyvtQcwdpN9dZJsy5/xuyG/HaIPj03rQ/V0JuHbyHSS6LmkmQzYi vxGwONtau/iAWsp6xWDkP2qosqX7z0bOXYJveapRDKHIlZ8SALTAwUXg46fbSgrMzSXW SVcw== X-Gm-Message-State: AOAM531FyiuFbM81BW5OFhVkxQwLe3Cv8Rxg3hkLWkX9SUk74IGATohd wefw17Hm1eh5EYWAeydTCTxXlV6F2MDvsB2IPtM6wD/nFZI= X-Google-Smtp-Source: ABdhPJwqfslqDE3FClpdtRaWzdU38oTBpsUvH6tw7DtCzDvwDnJu3EGwdfaTMbXBZ/KdyDH9UzlvpxAFoKX4cLUVzII= X-Received: by 2002:a05:6808:90d:: with SMTP id w13mr11574688oih.71.1620827230530; Wed, 12 May 2021 06:47:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Rafael J. Wysocki" Date: Wed, 12 May 2021 15:46:59 +0200 Message-ID: Subject: Re: [PATCH v2 38/40] docs: firmware-guide: acpi: dsd: graph.rst: Use ASCII subset instead of UTF-8 alternate symbols To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , "Alexander A. Klimov" , Jonathan Corbet , "Rafael J. Wysocki" , Len Brown , Sakari Ailus , Vishal Verma , ACPI Devel Maling List , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 12, 2021 at 2:52 PM Mauro Carvalho Chehab wrote: > > The conversion tools used during DocBook/LaTeX/Markdown->ReST conversion > and some automatic rules which exists on certain text editors like > LibreOffice turned ASCII characters into some UTF-8 alternatives that > are better displayed on html and PDF. > > While it is OK to use UTF-8 characters in Linux, it is better to > use the ASCII subset instead of using an UTF-8 equivalent character > as it makes life easier for tools like grep, and are easier to edit > with the some commonly used text/source code editors. > > Also, Sphinx already do such conversion automatically outside literal blocks: > https://docutils.sourceforge.io/docs/user/smartquotes.html > > So, replace the occurences of the following UTF-8 characters: > > - U+00a0 (' '): NO-BREAK SPACE > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Rafael J. Wysocki > --- > Documentation/firmware-guide/acpi/dsd/graph.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/firmware-guide/acpi/dsd/graph.rst b/Documentation/firmware-guide/acpi/dsd/graph.rst > index 7072db801aeb..954b99ec6b77 100644 > --- a/Documentation/firmware-guide/acpi/dsd/graph.rst > +++ b/Documentation/firmware-guide/acpi/dsd/graph.rst > @@ -159,7 +159,7 @@ References > > [2] Devicetree. https://www.devicetree.org, referenced 2016-10-03. > > -[3] Documentation/devicetree/bindings/graph.txt > +[3] Documentation/devicetree/bindings/graph.txt > > [4] Device Properties UUID For _DSD. > https://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdf, > -- > 2.30.2 >