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=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 6B597C433E9 for ; Mon, 11 Jan 2021 16:09:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F14322A83 for ; Mon, 11 Jan 2021 16:09:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388782AbhAKQJI (ORCPT ); Mon, 11 Jan 2021 11:09:08 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:34157 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387653AbhAKQJH (ORCPT ); Mon, 11 Jan 2021 11:09:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610381260; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gR3CElKk0PnSgnXHclh3IlBtMgA5nThX3E70/mb55XA=; b=Y86NKsrqdrM1Z/Mbl38cMuhMFWq66fVpUA/Ir9NQW+w2MRO6sIWHyYN1H+ufWau+y2evFd p0sksaF9kJgiSjp/A6p038Ps8xXjPFi5inSixp/UTVrc2rE9hJiY/1rcRhIE2RlW40tNUu S8UZzQu8XXIYgkgagPmNYDxhIvCOuWI= Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-435-352wqLqZNIKBvSL4n6TWIw-1; Mon, 11 Jan 2021 11:07:39 -0500 X-MC-Unique: 352wqLqZNIKBvSL4n6TWIw-1 Received: by mail-qt1-f197.google.com with SMTP id l7so86480qth.15 for ; Mon, 11 Jan 2021 08:07:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=gR3CElKk0PnSgnXHclh3IlBtMgA5nThX3E70/mb55XA=; b=NR7+trp2s+9PMElF6dv/nap2D9HlmzurogkPHa/NbVqurZSW2/jiZLSI13JCAqmE3F rQAKKerhCzFDKfGr37AuXGz43QvtcQJi6VRkCYp2yCEDiltkMISp8UeBXu1BtHGPr4kX vJfKbSU/E1LFxAFSViVTgkR4Bm1ueR2H2riuYeQVbpyiYtGdyF0Hn8h6hA3HTtfd/iEM XS5jrpkDzJqLGwiEv1D0wrlQhLbIQfP9v/fZK3/gxoXEG9TUSsJUKJdBg+7Ui7hWDJkK MnvUk7guZ150qTKowF18xjsZZ88VNVNZ8EkVabZo7fDi7Eruy5ZOEzRlXFWCmeZvgBKi Cz0g== X-Gm-Message-State: AOAM532EX/RLDOE+Jag+hRv+Hr4P5bx6RKXUnSAI5REbABPfxchfkqL5 haj297BBmf11eXmcMRcl55XpJNkxOg/94q8/MwxEE0DeYdNMPQq8swi9GiSuT4iUFOYGBb6WuxJ edDTwxEWrrAqBrpbqAopz1A== X-Received: by 2002:ac8:7a82:: with SMTP id x2mr343243qtr.20.1610381258543; Mon, 11 Jan 2021 08:07:38 -0800 (PST) X-Google-Smtp-Source: ABdhPJxozA1GI+nFom93hyoQJ4M9BtRvKUZlCABqi9lHMk4l6x4HjRnwTYzqc0Cp1kjwkIzE52l8Eg== X-Received: by 2002:ac8:7a82:: with SMTP id x2mr343227qtr.20.1610381258378; Mon, 11 Jan 2021 08:07:38 -0800 (PST) Received: from trix.remote.csb (075-142-250-213.res.spectrum.com. [75.142.250.213]) by smtp.gmail.com with ESMTPSA id u26sm107305qke.57.2021.01.11.08.07.36 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 11 Jan 2021 08:07:37 -0800 (PST) Subject: Re: [PATCH -next] fpga: dfl-pci: rectify ReST formatting To: Greg Kroah-Hartman Cc: Lukas Bulwahn , Wu Hao , Moritz Fischer , Matthew Gerlach , linux-fpga@vger.kernel.org, linux-doc@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210111112113.27242-1-lukas.bulwahn@gmail.com> From: Tom Rix Message-ID: <422569e9-b85c-7724-51ea-bcbdf6c26bf6@redhat.com> Date: Mon, 11 Jan 2021 08:07:35 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On 1/11/21 7:53 AM, Greg Kroah-Hartman wrote: > On Mon, Jan 11, 2021 at 07:11:59AM -0800, Tom Rix wrote: >> On 1/11/21 3:21 AM, 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. >> Can you explain how to reproduce this problem ? > 'make htmldocs' Thanks, I have verified the problem and its resolution. Tested-by: Tom Rix >