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=-7.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 2BDB3C433DB for ; Mon, 11 Jan 2021 16:36:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E205D22472 for ; Mon, 11 Jan 2021 16:36:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730458AbhAKQfo (ORCPT ); Mon, 11 Jan 2021 11:35:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36424 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726997AbhAKQfo (ORCPT ); Mon, 11 Jan 2021 11:35:44 -0500 Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01291C061786; Mon, 11 Jan 2021 08:35:04 -0800 (PST) Received: by mail-io1-xd33.google.com with SMTP id r9so185272ioo.7; Mon, 11 Jan 2021 08:35:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KSxKKoTB7p9I30pNhP00kFn1ACWIHU12YNUj/6khzSI=; b=scFMssqAHrdOsn8AL32eTozLU4jibIHnvedDqRIuMQLinPICMZ0/7DPcjLuAZW963I lRgJDUOUZF7jDsov0iVjq7SMyPWh1grgMh+b8Bak8q5j5mx8wWWszAInFoh6/yvEGUSj 9aPFCShhzh+CGS9e/4939fv4YB3xs/7IJ8NV2o12iQnzvMIBQN4mVu/soZ34nLG6Ulc/ eRUhmoO1/gkRsswdocbhUljNIiIkTHMR4Zh7Xzy1kv0olKWiS0hl82N1HtmRvJIEq9VO BgDCb6vevATFp5uK/IaCuwSSw+VfVRIY63g6hib/pR9/JSj0s/f7fazOv/E/21q0L8q2 QhTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KSxKKoTB7p9I30pNhP00kFn1ACWIHU12YNUj/6khzSI=; b=KfdN2me013Zi6GSf8SQWtLVgUTpMxZ22LnfyGr8KVC2z3ISiYF3K9esaJaeKMlcq7L 2+Ww5KTZzaTDubYeAGKUneCd0cC3smBNK90LE2UT+2+cjYpsIw4oRYLySjL7wtEpYiMv 8rqNoznumMhj9Rf+JEBQ6fbWFv7qXvjZvw44BFGbyFF7Ii9DtrRb0aylaOsOuhoaQxIJ 383s0MGO6O6uRQoJj7Jm0cGr02i9FJnso7J+4h0x4Khxe8Y1kLRC8x2lflGNfKtO2OgR TcmilUSNxp+sQNhH39GvcNuLQ5YEdMNtvA7oIm5s4/zvaQSlT1LVNDWLMW8+RHLEr8+n D4Vg== X-Gm-Message-State: AOAM532uBFrXx9dt1DRSTBabiDJfkBxJ7NV3NgAqM6kjhJ+Ahyh8TJCD kBp311xO3SPG/Y4VNWWDHs2etf2OECtngFWXzVQ= X-Google-Smtp-Source: ABdhPJxTLbsfah3xMGMJDkpJzkOgAe3Jvi3T1bv0QSf54plIZlaHifmkIPgoLiewHWXKQnJ0Kq8KksY8DXm+ffUH0Ik= X-Received: by 2002:a6b:6d1a:: with SMTP id a26mr86945iod.158.1610382903261; Mon, 11 Jan 2021 08:35:03 -0800 (PST) MIME-Version: 1.0 References: <20210111112113.27242-1-lukas.bulwahn@gmail.com> In-Reply-To: From: Lukas Bulwahn Date: Mon, 11 Jan 2021 17:34:57 +0100 Message-ID: Subject: Re: [PATCH -next] fpga: dfl-pci: rectify ReST formatting To: Greg Kroah-Hartman 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 Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org 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? Of course, Stephen Rothwell reports such documentation warnings as well, but I take care independent of Stephen's reporting. Lukas