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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id DE270C00140 for ; Wed, 24 Aug 2022 14:00:22 +0000 (UTC) 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:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zFUTp5ZrQnbLbbwgsPrD821VfU8gpFPUjDpQOESffP0=; b=0iJnXLz85vBI1y 1XmZ3nr5s7yY7gdiw0h/WFrgwSc+tsT+d6DwnYjCJd2w+NNyNfS8Yic6+J/1lWjSWbdVTKEE6rv9M wdgGliTSpWNB+Z6VO/3s7zMuhCt80K/HsICOTPvEF4j87kqvm0fr8ONvINpg1eGM/OtDO2Ge36jz0 0X1W2/dnORts7zMBsMlf25Ah/KVo/+tvXwyvtNbYQ8PsVjjd7VY3rNXfOWgURF1qVq0djHYKhklqK cwsjJB7EaIBhy1G78ub0G5eeGnCW4O+ZkH4XOYuC4D1mvsYeZbbpNspJgq8aFZpoWwISpPSBidD9a xCJQPP9ktQUm8PJWjUGQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQquk-00DRoN-2k; Wed, 24 Aug 2022 13:59:26 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQqud-00DRkV-Ck for linux-arm-kernel@lists.infradead.org; Wed, 24 Aug 2022 13:59:20 +0000 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 5D444ED1; Wed, 24 Aug 2022 06:59:22 -0700 (PDT) Received: from [10.57.15.80] (unknown [10.57.15.80]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5075B3FAF5; Wed, 24 Aug 2022 06:59:16 -0700 (PDT) Message-ID: Date: Wed, 24 Aug 2022 14:59:14 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v3 2/2] coresight: etm4x: docs: Add documentation for 'ts_source' sysfs interface Content-Language: en-US To: Bagas Sanjaya Cc: mike.leach@linaro.org, leo.yan@linaro.org, linux-kernel@vger.kernel.org, german.gomez@arm.com, Jonathan Corbet , Catalin Marinas , Will Deacon , Alexander Shishkin , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, suzuki.poulose@arm.com, coresight@lists.linaro.org, mathieu.poirier@linaro.org References: <20220823160650.455823-1-james.clark@arm.com> <20220823160650.455823-3-james.clark@arm.com> From: James Clark In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220824_065919_522865_A3127D5E X-CRM114-Status: GOOD ( 10.43 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 24/08/2022 03:54, Bagas Sanjaya wrote: > On 8/23/22 23:06, James Clark wrote: >> +:Example: >> + ``$> cat ts_source`` >> + >> + ``$> 1`` >> + > > Shouldn't literal code block be used instead for example snippet > above? > It's consistent with the rest of the file. I think consistency for something like this is more important than accuracy otherwise the new entry would appear out of place. Maybe they should all be changed to a different style, but that would be a separate change unrelated to this set. James _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel