From patchwork Tue Mar 3 15:50:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 11418365 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 459AD14B4 for ; Tue, 3 Mar 2020 15:50:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1B937215A4 for ; Tue, 3 Mar 2020 15:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583250646; bh=/mTbJ9Pkh8E+/Cr7Wl/+yLQlst53njV0iwYs7+NIFi0=; h=From:Cc:Subject:Date:In-Reply-To:References:To:List-ID:From; b=YreKXGXQ3G/PZwWxGkGZxN98ZhM0OQ+SCQTO3XR8bVwnrSkk1x0gHPYUjMGQQHbLU BO+NsL/YGGqN02WOgvt7A/ocrayKgH5wrKWeJ9gFDDogTerXUx4x3NtFErogazQ55s KCo7bon6Aw1a+0IXDsdBiEXVUxfwRzGpB+vhbdTc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730240AbgCCPup (ORCPT ); Tue, 3 Mar 2020 10:50:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:59894 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729172AbgCCPup (ORCPT ); Tue, 3 Mar 2020 10:50:45 -0500 Received: from mail.kernel.org (tmo-101-56.customers.d1-online.com [80.187.101.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D7E1A2086A; Tue, 3 Mar 2020 15:50:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583250645; bh=/mTbJ9Pkh8E+/Cr7Wl/+yLQlst53njV0iwYs7+NIFi0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=O9ow7TSDXfqNFNlvhMfhEPU0BpNaqnbIoRnw3/oa2ulcZGBf9jBLCfHjpdQWkF2a2 MwREZb7jbUb0thdo/3jMWbRcVYNBdETWpyIqt1uohDVCm1EdeyU8jdjdrksMbZiMZc KSHsMKF0E1COGz7rTqXPGpGTa2UrMxcFiD22muxI= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1j99og-001ZP6-JH; Tue, 03 Mar 2020 16:50:42 +0100 From: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , Miklos Szeredi , Jonathan Corbet , "Daniel W. S. Almeida" , linux-fsdevel@vger.kernel.org, linux-doc@vger.kernel.org Subject: [PATCH 7/9] docs: filesystems: fuse.rst: supress a Sphinx warning Date: Tue, 3 Mar 2020 16:50:37 +0100 Message-Id: X-Mailer: git-send-email 2.24.1 In-Reply-To: References: MIME-Version: 1.0 To: unlisted-recipients:; (no To-header on input) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Get rid of this warning: Documentation/filesystems/fuse.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent. Fixes: 8ab13bca428b ("Documentation: filesystems: convert fuse to RST") Signed-off-by: Mauro Carvalho Chehab --- Documentation/filesystems/fuse.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/filesystems/fuse.rst b/Documentation/filesystems/fuse.rst index 8e455065ce9e..cd717f9bf940 100644 --- a/Documentation/filesystems/fuse.rst +++ b/Documentation/filesystems/fuse.rst @@ -1,7 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -============== + +==== FUSE -============== +==== Definitions ===========