From patchwork Thu Jul 22 09:50:02 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: 483965 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=-20.5 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, SPF_PASS, URIBL_BLOCKED, 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 103B9C63793 for ; Thu, 22 Jul 2021 09:50:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F30F96128A for ; Thu, 22 Jul 2021 09:50:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231443AbhGVJJl (ORCPT ); Thu, 22 Jul 2021 05:09:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:45042 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231367AbhGVJJk (ORCPT ); Thu, 22 Jul 2021 05:09:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AD8E561249; Thu, 22 Jul 2021 09:50:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626947415; bh=eMN4trP2Cpv3GPLMjJE9QNeboZ9xeGzJAQ+eNz9pvFY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HHdpB9cpF6pm9//SfavJJ/eW05mwK9WOfjQMps/oY2lMsP7Uyj3P7N4KTXW8Z0A8W Tz8JK0/ac2mZo+/79F0JCrULcXCGwnHwPpjJ1EHdZdsABi0S5tEGSaXuedKT3AmA1H fYvpq8KoNVYWRs4F2EiDJSKzOFn/9BO5j+Edh7eX3+fCYKZsO3b//h5IX61N3pkw75 aPVfQLvbCTQoLIHMsQvVSeyCRcJIrYlrB6IV8YdLNWqI3sBXS0GLfDCtQ3cm/gpeW5 qXxBjiBZcAXtylw+4VHigsmuAnFPV4+4TZA4y57MPN1k5M3I60xiYP+S9lmdwMTGMs WetlG/eCT+iZA== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1m6VLD-008lGk-Ds; Thu, 22 Jul 2021 11:50:07 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , "Alexander A. Klimov" , "Rafael J. Wysocki" , Len Brown , Sakari Ailus , Vishal Verma , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, "Rafael J . Wysocki" Subject: [PATCH 2/3] docs: firmware-guide: acpi: dsd: graph.rst: replace some characters Date: Thu, 22 Jul 2021 11:50:02 +0200 Message-Id: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org The conversion tools used during DocBook/LaTeX/html/Markdown->ReST conversion and some cut-and-pasted text contain some characters that aren't easily reachable on standard keyboards and/or could cause troubles when parsed by the documentation build system. Replace the occurences of the following characters: - U+00a0 (' '): NO-BREAK SPACE as it can cause lines being truncated on PDF output Acked-by: Rafael J. Wysocki 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 4341299aa937..0ced07cb1be3 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,