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 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 3AFD6C433E6 for ; Thu, 14 Jan 2021 17:06:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A15F23B1C for ; Thu, 14 Jan 2021 17:06:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727254AbhANRGO (ORCPT ); Thu, 14 Jan 2021 12:06:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:54126 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726212AbhANRGO (ORCPT ); Thu, 14 Jan 2021 12:06:14 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1C14C23B1C; Thu, 14 Jan 2021 17:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610643933; bh=hwf3Sj/6g5H0FgDr5lRz9hWS4NsLDeGdj2FQI3Njcdw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kCHIxu1Ium/Rgyz9SefxLajRjTZIbQFN2FuB/rX1oEHn0mJkVmz7ZTNvVOHIKd6jG MYb9a/yLBsC+WqGiW5yEWMm8/U1Di9efvc0l2YwFC6JC2xZSfONs0c4vdtuj31cSgB +pJkSIM0retppMmDDkFcqgMIgoK4Qimua9I+m9zw= Date: Thu, 14 Jan 2021 18:05:30 +0100 From: Greg Kroah-Hartman To: Moritz Fischer Cc: Lukas Bulwahn , Wu Hao , 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 Thu, Jan 14, 2021 at 08:45:15AM -0800, Moritz Fischer wrote: > Hi Greg, > > On Mon, Jan 11, 2021 at 07:14:22PM +0100, Greg Kroah-Hartman wrote: > > 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 > > Are you waiting for a resend on this? Just asking because we got three > versions of this patch by now :) > > I haven't re-sent this since you were already on the thread. I'll just take this one, for some reason I thought Lukas was going to resend, my fault... greg k-h