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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 EA64EC10F27 for ; Tue, 10 Mar 2020 17:56:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BF8EC21927 for ; Tue, 10 Mar 2020 17:56:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726426AbgCJR4b (ORCPT ); Tue, 10 Mar 2020 13:56:31 -0400 Received: from ms.lwn.net ([45.79.88.28]:44456 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726414AbgCJR4b (ORCPT ); Tue, 10 Mar 2020 13:56:31 -0400 Received: from lwn.net (localhost [127.0.0.1]) (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 9681F537; Tue, 10 Mar 2020 17:56:30 +0000 (UTC) Date: Tue, 10 Mar 2020 11:56:29 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Frank Li , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org Subject: Re: [PATCH 8/9] docs: perf: imx-ddr.rst: get rid of a warning Message-ID: <20200310115629.15a66690@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, 3 Mar 2020 16:50:38 +0100 Mauro Carvalho Chehab wrote: > Documentation/admin-guide/perf/imx-ddr.rst:47: WARNING: Unexpected indentation. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/admin-guide/perf/imx-ddr.rst | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/perf/imx-ddr.rst b/Documentation/admin-guide/perf/imx-ddr.rst > index 3726a10a03ba..f05f56c73b7d 100644 > --- a/Documentation/admin-guide/perf/imx-ddr.rst > +++ b/Documentation/admin-guide/perf/imx-ddr.rst > @@ -43,7 +43,8 @@ value 1 for supported. > > AXI_ID and AXI_MASKING are mapped on DPCR1 register in performance counter. > When non-masked bits are matching corresponding AXI_ID bits then counter is > - incremented. Perf counter is incremented if > + incremented. Perf counter is incremented if:: > + Applied, thanks. jon