Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2125875ybl; Thu, 19 Dec 2019 08:28:05 -0800 (PST) X-Google-Smtp-Source: APXvYqwmi4PFR6zIFyeNdvTjq9aF7gwATW9jbVcC3aNo3xitF3MIcAbqND0KP1sZdy3ZZnlsVT/w X-Received: by 2002:a05:6830:605:: with SMTP id w5mr5777954oti.79.1576772885752; Thu, 19 Dec 2019 08:28:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576772885; cv=none; d=google.com; s=arc-20160816; b=awLYWxgCM25ZRxWmaedhE0vuV9LaER4otKksjYaroFeVU9fGVnecsTviCddZtqS+O6 fwehdKhP+JVEfEoUgyuVJBEBFfZunNfiGezVlbW+3rfACLcjiu5zm7gA9GSOrAE4MKAF N5UfTExiOJCcCeXY1CI0LQRXt+X87/gh2fPEgkPhRb8B4pG6C4mZ55lZ1ZJnXQ8aI6L5 i3s2talhoNFAIrc53krvseHOS1H78o01fxgz0BZ8Ywu+Ei34SWszTkUWVgucX4W9YbEO OWQAq3fby0IpEi/f/9qNPjzpIcjlO30K28Ak1T9TzwxwE9C1UxuTxnJ7DoMaicSDi1xY blSg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=ehCRZRl65fdkJ4PJqcL5aV4AmkHWdM15I5bDxbSq73s=; b=nsvRPcd59Rq8qPIsPyyYYVdiRgTtuaxwh0YmpIPHxg4uRMNi60RJPFwyLQrgwA69lr xMjDZiaqA2Ub9a9rFl0NFq+Wb1pxLJOaG/6gyibz31Tr1lics+YoaGzc4qQRV5fs9Zpa xCcEbzYh3hbTkcyRGWDS0kvl4cUeMPK7o+DWW7RpuCwlCSEX3lgiWP3AHWYf9/3JilGa Zc3UwhkatUC6r7zB8r9biSGTHOaMGpjzoupA0X0dr4iMb6gvMax+/WCZQbiwCE6dDsmS 3T2RQ8/OhiTGx+FZhtyzsBE4AQD+G0xuzDfXqBBhc2NZWduuKEFfLIAjSam2zREwsp0H 7Q3Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h128si3248362oif.258.2019.12.19.08.27.53; Thu, 19 Dec 2019 08:28:05 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726935AbfLSQ04 (ORCPT + 99 others); Thu, 19 Dec 2019 11:26:56 -0500 Received: from ms.lwn.net ([45.79.88.28]:37104 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726760AbfLSQ04 (ORCPT ); Thu, 19 Dec 2019 11:26:56 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 9DBF1382; Thu, 19 Dec 2019 16:26:55 +0000 (UTC) Date: Thu, 19 Dec 2019 09:26:54 -0700 From: Jonathan Corbet To: Randy Dunlap Cc: "linux-doc@vger.kernel.org" , Derek Kiernan , Dragan Cvetic , LKML Subject: Re: [PATCH] Documentation: fix Sphinx warning in xilinx_sdfec.rst Message-ID: <20191219092654.3e7af300@lwn.net> In-Reply-To: <8d644cf1-fa7b-ec62-84cf-9b41d7c30eed@infradead.org> References: <8d644cf1-fa7b-ec62-84cf-9b41d7c30eed@infradead.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 8 Dec 2019 20:16:40 -0800 Randy Dunlap wrote: > From: Randy Dunlap > > Fix Sphinx format warning by adding a blank line. > > Documentation/misc-devices/xilinx_sdfec.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent. > > Signed-off-by: Randy Dunlap > Cc: Derek Kiernan > Cc: Dragan Cvetic > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > --- > Documentation/misc-devices/xilinx_sdfec.rst | 1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20191209.orig/Documentation/misc-devices/xilinx_sdfec.rst > +++ linux-next-20191209/Documentation/misc-devices/xilinx_sdfec.rst > @@ -1,4 +1,5 @@ > .. SPDX-License-Identifier: GPL-2.0+ > + > ==================== > Xilinx SD-FEC Driver > ==================== Applied, thanks. jon