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=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 93F28C43460 for ; Wed, 12 May 2021 13:49:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4BE29613DE for ; Wed, 12 May 2021 13:49:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231176AbhELNvC (ORCPT ); Wed, 12 May 2021 09:51:02 -0400 Received: from foss.arm.com ([217.140.110.172]:39528 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230213AbhELNvA (ORCPT ); Wed, 12 May 2021 09:51:00 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3BDE96D; Wed, 12 May 2021 06:49:52 -0700 (PDT) Received: from bogus (unknown [10.57.35.56]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7C1353F718; Wed, 12 May 2021 06:49:50 -0700 (PDT) Date: Wed, 12 May 2021 14:49:40 +0100 From: Sudeep Holla To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Sudeep Holla , Benson Leung , Enric Balletbo i Serra , Guenter Roeck , Oded Gabbay , Steven Price , Suzuki K Poulose , Tom Rix , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 30/40] docs: ABI: Use ASCII subset instead of UTF-8 alternate symbols Message-ID: <20210512134940.j7kxcb7cbv56ic6y@bogus> References: <5109b6739272e1faa637ba2acb33b3129131d4aa.1620823573.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5109b6739272e1faa637ba2acb33b3129131d4aa.1620823573.git.mchehab+huawei@kernel.org> User-Agent: NeoMutt/20171215 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 12, 2021 at 02:50:34PM +0200, 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+2018 ('‘'): LEFT SINGLE QUOTATION MARK > - U+2019 ('’'): RIGHT SINGLE QUOTATION MARK > > Signed-off-by: Mauro Carvalho Chehab [...] I think I copy pasted the text from elsewhere, there is no way I managed to type that 😄. Anyways, for the change in sysfs-devices-soc: Acked-by: Sudeep Holla > diff --git a/Documentation/ABI/testing/sysfs-devices-soc b/Documentation/ABI/testing/sysfs-devices-soc > index ea999e292f11..7f90c6a44610 100644 > --- a/Documentation/ABI/testing/sysfs-devices-soc > +++ b/Documentation/ABI/testing/sysfs-devices-soc > @@ -27,11 +27,11 @@ Description: > (e.g. DB8500). > > On many of ARM based silicon with SMCCC v1.2+ compliant firmware > - this will contain the JEDEC JEP106 manufacturer’s identification > + this will contain the JEDEC JEP106 manufacturer's identification > code. The format is "jep106:XXYY" where XX is identity code and > YY is continuation code. > > - This manufacturer’s identification code is defined by one > + This manufacturer's identification code is defined by one > or more eight (8) bit fields, each consisting of seven (7) > data bits plus one (1) odd parity bit. It is a single field, > limiting the possible number of vendors to 126. To expand > -- > 2.30.2 > -- Regards, Sudeep