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 B014EC25B50 for ; Mon, 23 Jan 2023 10:59:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230355AbjAWK70 (ORCPT ); Mon, 23 Jan 2023 05:59:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229733AbjAWK7V (ORCPT ); Mon, 23 Jan 2023 05:59:21 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CCF06233FB; Mon, 23 Jan 2023 02:59:17 -0800 (PST) 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 4C149AD7; Mon, 23 Jan 2023 02:59:59 -0800 (PST) Received: from [10.57.75.85] (unknown [10.57.75.85]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 96F413F71A; Mon, 23 Jan 2023 02:59:16 -0800 (PST) Message-ID: Date: Mon, 23 Jan 2023 10:59:15 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: linux-next: build warnings after merge of the coresight tree To: Stephen Rothwell , Mathieu Poirier , Bagas Sanjaya Cc: Mao Jinlong , Linux Kernel Mailing List , Linux Next Mailing List References: <20230123150513.4d9cf5cd@canb.auug.org.au> From: Suzuki K Poulose In-Reply-To: <20230123150513.4d9cf5cd@canb.auug.org.au> 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 Hi Stephen On 23/01/2023 04:05, Stephen Rothwell wrote: > Hi all, > > After merging the coresight tree, today's linux-next build (htmldocs) > produced these warnings: > > Documentation/trace/coresight/coresight-tpda.rst:3: WARNING: Title overline too short. > > ============================== > The trace performance monitoring and diagnostics aggregator(TPDA). > ============================== > Documentation/trace/coresight/coresight-tpdm.rst:3: WARNING: Title overline too short. > > ============================== > Trace performance monitoring and diagnostics monitor(TPDM). > ============================== > > Introduced by commit > > 758d638667d4 ("Documentation: trace: Add documentation for TPDM and TPDA") > Thanks for the report, Bagas has sent a series to fix them, I will queue it. https://lkml.kernel.org/r/20230121040015.28139-1-bagasdotme@gmail.com Suzuki