From patchwork Mon May 10 10:27:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 433208 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=-19.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,USER_AGENT_GIT autolearn=ham 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 BAD55C43616 for ; Mon, 10 May 2021 10:34:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8E37E61992 for ; Mon, 10 May 2021 10:34:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232017AbhEJKfu (ORCPT ); Mon, 10 May 2021 06:35:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:40400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232672AbhEJKfA (ORCPT ); Mon, 10 May 2021 06:35:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9257561629; Mon, 10 May 2021 10:28:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620642492; bh=PrJsz3gAKE66Zm+lD6GkI1q1TUNOZ25Wq6nCaiV0SIo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AsHqD3QhWJuKICCaIOX3af0aTgEG5TP7eC9kkpaD1Q2yLQT0iKTIfF2AvCskL2H/6 DG3btQx4orl4tNjS2wsAnRAPMFGcUQUcIxAPgEzj5wLUEsU2OgasrzQ2JH4TI2PsJG C/lnnAl1cgJ/diBb6EqJLd/AKywFDcfLBThmS+M2AU7BNEmicVF8f1217MO3nwpSiE HmS10Jo6UJekoQdZaSBi+WhYO0YAvepp6IWt7H7oWUFxaKf9njWePa+CAUA/ikmKuh wQiUF4gICXt8Zy+Tuk5No3zwEwahxMcnnlwmnoFrC1KVx3qhgrWNGZZVuRAUudmyX5 8WA4nD5ajmPWA== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1lg38z-000UYS-M8; Mon, 10 May 2021 12:28:09 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Alexander A. Klimov" , "Jonathan Corbet" , "Rafael J. Wysocki" , Len Brown , Sakari Ailus , Vishal Verma , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 51/53] docs: firmware-guide: acpi: dsd: graph.rst: avoid using UTF-8 chars Date: Mon, 10 May 2021 12:27:03 +0200 Message-Id: <3c69174e0f6d54c21ffca8203df1db467388bcf7.1620641727.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org While UTF-8 characters can be used at the Linux documentation, the best is to use them only when ASCII doesn't offer a good replacement. So, replace the occurences of the following UTF-8 characters: - U+00a0 (' '): NO-BREAK SPACE Signed-off-by: Mauro Carvalho Chehab --- 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,