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 010E7C43381 for ; Mon, 11 Jan 2021 15:53:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BFF512251F for ; Mon, 11 Jan 2021 15:53:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729958AbhAKPxX (ORCPT ); Mon, 11 Jan 2021 10:53:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:32796 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727996AbhAKPxV (ORCPT ); Mon, 11 Jan 2021 10:53:21 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 226C52251F; Mon, 11 Jan 2021 15:52:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610380360; bh=5X5ilX5tj+2wLaQb/4naJ6nbAqHZnK8MR17kPnNqlmI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d4ZVQNsab56QGOwQwl6c1iKDLsObTg9cRIFNmcqmKZKNknxLFTNZTXVxVQ0UTURaJ co2C8cNhqYcKCHb/Ak9p4sZreQiUEIyXup57reTalbSVJXcutMH5C4979Nf3I4fWDT Hoo3Y7DPbyUs+u/JbyTFX3n2szvrDFrx8hrElqiQ= Date: Mon, 11 Jan 2021 16:53:51 +0100 From: Greg Kroah-Hartman To: Lukas Bulwahn Cc: Wu Hao , Moritz Fischer , Matthew Gerlach , linux-fpga@vger.kernel.org, Tom Rix , linux-doc@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org 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: <20210111112113.27242-1-lukas.bulwahn@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 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 :(