From patchwork Wed Jun 16 06:55:08 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: 12324339 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=-17.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 5FA7EC48BE5 for ; Wed, 16 Jun 2021 06:57:15 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3088761246 for ; Wed, 16 Jun 2021 06:57:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3088761246 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=w2NF0et6ClU39oj7vfykK/4/VhrLCan/2mLMc6gLPH8=; b=2EF3gJfzNaDD0g DjIyVqat0dAMZqK//fKGg3f+QaMX3VhgDLMmONljqX/vOAA9qZCojNNbgj6NA+JUfL/XweWdP4WZH Q5fVpHlq1H5wlGocveuG5OxQa7ZuvXgVO1s6An9uRlZuUC7XrUqj2L4m/i+qK9DtDSn1tVECnqO0R 6U1VQKKb9/BzfFhvgxKmbBNK30I5xShnEQuMgOMHsJN6rM3Lc5AqhAcgWCNBjVZARc1JtAqRcvabf jbLh31x31tKpFrN2EBfjfMtF8dGn5M9dLSW2HgtN0/UO+otsQrZRYMf0fcuWlKPcAvKqIXjJm9y8a OS86R9zDG4ZDq6R7yw+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltPSW-0059n2-LH; Wed, 16 Jun 2021 06:55:32 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltPSI-0059h1-BX for linux-arm-kernel@lists.infradead.org; Wed, 16 Jun 2021 06:55:21 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0211F613BF; Wed, 16 Jun 2021 06:55:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623826518; bh=D3zFdOFBQ734SZ45tSNdikND8nbKTg1RO1R/H4WwiHU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OBfnEgSxtkmwNya+3LUHb17ShvI2y8dtsXZFtx/MMb7eh6LbpebsKQrp0j2DKelt/ mMvLNdkLEVFIp9aHeLGDo3QRooR4WohZ9TrOdJup2Uvu1fchx8N4gLdf4pNLhC4AJ+ uf59DHUwa5RLqIhkxqnaqHjXdi4GsYjjjBEnhCbsfEWu3Bhz4LCElYQ7stILgPfela O5uYSOQ6/IetOjf+o+mAIU9Uqb/BYypRS4mkKQ/wWqz8t1Tsjt58B/nNieltei812Q AGE/oUnDdYHLju0gbYdUHEsU58vTN760cD45RpgCRYCPaXw6NtKF8mGLxKfV1ZUOgh tdTiXxid6JgaQ== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1ltPSG-004lCJ-9Y; Wed, 16 Jun 2021 08:55:16 +0200 From: Mauro Carvalho Chehab To: Jonathan Corbet , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Leo Yan , Mathieu Poirier , Mike Leach , Suzuki K Poulose , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/8] docs: trace: coresight: coresight-etm4x-reference.rst: replace some characters Date: Wed, 16 Jun 2021 08:55:08 +0200 Message-Id: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210615_235518_510727_FC70F5DF X-CRM114-Status: GOOD ( 11.89 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 Signed-off-by: Mauro Carvalho Chehab --- Documentation/trace/coresight/coresight-etm4x-reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/trace/coresight/coresight-etm4x-reference.rst b/Documentation/trace/coresight/coresight-etm4x-reference.rst index b64d9a9c79df..d25dfe86af9b 100644 --- a/Documentation/trace/coresight/coresight-etm4x-reference.rst +++ b/Documentation/trace/coresight/coresight-etm4x-reference.rst @@ -427,7 +427,7 @@ the ‘TRC’ prefix. :Syntax: ``echo idx > vmid_idx`` - Where idx <  numvmidc + Where idx < numvmidc ----