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 6E8F8EB64D9 for ; Mon, 19 Jun 2023 10:10:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231196AbjFSKKS (ORCPT ); Mon, 19 Jun 2023 06:10:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231978AbjFSKJw (ORCPT ); Mon, 19 Jun 2023 06:09:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45E60198A; Mon, 19 Jun 2023 03:09:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9313060B3A; Mon, 19 Jun 2023 10:09:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06673C433C0; Mon, 19 Jun 2023 10:09:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687169372; bh=5Np+sxHQIoqYArOAdjg5NCTb91sF1ngya/MfQ0u+IUE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g6D6KOOkrHQ277+yyUPkKU98ivRv7G57P6kGjaWjmKonQQHqIG7CR8g4QEED2IZdF x6K/LHikCTINoUTn2maoonKKZ8DTMZgB5PhPfWLFDnK277lhtSFTulhOWUkNELjRzR Vu7yybNJKkxUyxwJLcgGilGXfX3UjaOfo/YbSuwsouatWdjUlvwBnSKpiQ+d//6Qs1 /+QCwgoV4OLMaPhJTaKD7b1ZmR6IygbTvlDa0M1BWF8stRHpi56h7T1AlLVCMz1buk U0it8gLE1yj4lnGQT22MtmBBQhNUQXeGTx/7lOiRECglZqHlK7R1/P4eLRrl+4uyqD DlH5nOJPQiTaQ== Date: Mon, 19 Jun 2023 11:09:27 +0100 From: Will Deacon To: Stephen Rothwell Cc: Junhao He , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the arm-perf tree Message-ID: <20230619100926.GA13483@willie-the-truck> References: <20230619143736.39949f20@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230619143736.39949f20@canb.auug.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Mon, Jun 19, 2023 at 02:37:36PM +1000, Stephen Rothwell wrote: > After merging the arm-perf tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/admin-guide/perf/hisi-pmu.rst:107: ERROR: Unexpected indentation. > > Introduced by commit > > ea8d1c062a0e ("docs: perf: Add new description for HiSilicon UC PMU") Cheers, Stephen. I'll fix this. Will