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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 537C4C433E9 for ; Mon, 11 Jan 2021 18:15:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 23C2822BF3 for ; Mon, 11 Jan 2021 18:15:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389276AbhAKSPH (ORCPT ); Mon, 11 Jan 2021 13:15:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:37738 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726668AbhAKSPH (ORCPT ); Mon, 11 Jan 2021 13:15:07 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9666B207B1; Mon, 11 Jan 2021 18:14:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610388866; bh=B62HC3paLLckrwQ1xkjNWaCPCuRiDK6rJQAJHbpRzW0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CPEP7PyqdyWqlypm0V+py211dLaXp0PKJ548GXRHUjlxBI1C1pA0riBCH8NE/YmK8 zeCPeAzynkkTQ3bs128bQMKaOQKUst9hFNCInoXxc+XOVTuQ4dwH1jNzzccRZf7S3i KaHQOkQ6DajfJ9898JY4pNhDgLsb9talwxc6gnwU= Date: Mon, 11 Jan 2021 19:14:22 +0100 From: Greg Kroah-Hartman To: Lukas Bulwahn Cc: Wu Hao , Moritz Fischer , Matthew Gerlach , linux-fpga@vger.kernel.org, Tom Rix , "open list:DOCUMENTATION" , kernel-janitors@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH -next] fpga: dfl-pci: rectify ReST formatting Message-ID: References: <20210111112113.27242-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On Mon, Jan 11, 2021 at 05:34:57PM +0100, Lukas Bulwahn wrote: > On Mon, Jan 11, 2021 at 4:52 PM Greg Kroah-Hartman > wrote: > > > > On Mon, Jan 11, 2021 at 12:21:13PM +0100, Lukas Bulwahn wrote: > > > Commit fa41d10589be ("fpga: dfl-pci: locate DFLs by PCIe vendor specific > > > capability") provides documentation to the FPGA Device Feature List (DFL) > > > Framework Overview, but introduced new documentation warnings: > > > > > > ./Documentation/fpga/dfl.rst: > > > 505: WARNING: Title underline too short. > > > 523: WARNING: Unexpected indentation. > > > 523: WARNING: Blank line required after table. > > > 524: WARNING: Block quote ends without a blank line; unexpected unindent. > > > > > > Rectify ReST formatting in ./Documentation/fpga/dfl.rst. > > > > > > Signed-off-by: Lukas Bulwahn > > > > > You forgot a Reported-by: tag for the person who notified you of this :( > > Greg, would you believe that I run 'make htmldocs' on linux-next myself? Sure, just seemed to match up with when Stephen reported this a few hours earlier... thanks, greg k-h