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 722ACC61DA4 for ; Thu, 2 Feb 2023 18:15:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232468AbjBBSO7 (ORCPT ); Thu, 2 Feb 2023 13:14:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232360AbjBBSOw (ORCPT ); Thu, 2 Feb 2023 13:14:52 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BB371CAF5; Thu, 2 Feb 2023 10:14:52 -0800 (PST) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id DCA467F9; Thu, 2 Feb 2023 18:14:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net DCA467F9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1675361692; bh=URykxkm+B/bxSKxIteGcBEDebNhTkwcRj+Ep2GbWutc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=hMkB7+phsvoliGTNRAUXnOVBoYG4oOuCE15coZT8YaYoC+RnyOexi+x4zku0Z19WR cTslskjsB4DD919V8r2RfJkWe/quQYjY7Qv12fiGl1nu8gq4NM6saxDUl7Ys+2I6b7 1PILPoEz2EvZ/y8hgymNjF+TBOUyJ/65lj4JFnbl4lqFOPjn4APlAXL4byhqnCzjWf Lm3ERlmmM6aOJ+lj1OcmVSABx+JZJ8JYy4WzXIrbFM1uka51/02QYGAjEpUtbKe39X oaMDWjJged1lc+eHZQqhzZ7Sx4EGXdep/JBtR8kdpeTQSyyXK/6wK5rxfPx+yKymZJ xXzE2NlvAbDFw== From: Jonathan Corbet To: Bagas Sanjaya , linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-doc@vger.kernel.org, oe-kbuild-all@lists.linux.dev Cc: Steven Rostedt , Masami Hiramatsu , Bagas Sanjaya , kernel test robot Subject: Re: [PATCH] tracing/histogram: Wrap remaining shell snippets in code blocks In-Reply-To: <20230129031402.47420-1-bagasdotme@gmail.com> References: <202301290253.LU5yIxcJ-lkp@intel.com> <20230129031402.47420-1-bagasdotme@gmail.com> Date: Thu, 02 Feb 2023 11:14:51 -0700 Message-ID: <871qn8vsro.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Bagas Sanjaya writes: > Most shell command snippets (echo/cat) and their output are already in > literal code blocks. However a few still isn't wrapped, in which the > htmldocs output is ugly. > > Wrap the remaining unwrapped snippets, while also fix recent kernel test > robot warnings. > > Link: https://lore.kernel.org/linux-doc/202301290253.LU5yIxcJ-lkp@intel.com/ > Fixes: 88238513bb2671 ("tracing/histogram: Document variable stacktrace") > Reported-by: kernel test robot > Signed-off-by: Bagas Sanjaya > --- > Documentation/trace/histogram.rst | 93 ++++++++++++++++--------------- > 1 file changed, 47 insertions(+), 46 deletions(-) So this is a good cleanup and I'd like to apply it, but it doesn't come close to applying to docs-next. Which tree did you do this against? Thanks, jon