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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC4DDC4332F for ; Fri, 28 Jan 2022 11:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235200AbiA1L0b (ORCPT ); Fri, 28 Jan 2022 06:26:31 -0500 Received: from foss.arm.com ([217.140.110.172]:37828 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234386AbiA1L0a (ORCPT ); Fri, 28 Jan 2022 06:26:30 -0500 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 94601113E; Fri, 28 Jan 2022 03:26:29 -0800 (PST) Received: from [10.57.86.86] (unknown [10.57.86.86]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 138D73F766; Fri, 28 Jan 2022 03:26:26 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2022 11:26:25 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH v2 4/6] Documentation: coresight: Turn numbered subsections into real subsections To: James Clark , mathieu.poirier@linaro.org, coresight@lists.linaro.org, leo.yan@linaro.com, mike.leach@linaro.org Cc: Leo Yan , John Garry , Will Deacon , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org References: <20220113091056.1297982-1-james.clark@arm.com> <20220113091056.1297982-5-james.clark@arm.com> From: Suzuki K Poulose In-Reply-To: <20220113091056.1297982-5-james.clark@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/01/2022 09:10, James Clark wrote: > This is to allow them to be referenced in a later commit. There was > also a mistake where sysFS was introduced as section 2, but numbered > as section 1. And vice versa for 'Using perf framework'. This can't > happen with unnumbered sections. > > Signed-off-by: James Clark Looks good to me