diff mbox series

Documentation: fuse: fix Sphinx directive warning

Message ID 1f114330-bd67-bc07-912e-90432786b6b4@infradead.org (mailing list archive)
State New, archived
Headers show
Series Documentation: fuse: fix Sphinx directive warning | expand

Commit Message

Randy Dunlap Feb. 10, 2020, 3:33 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix a documentation warning due to missing a blank line after a directive:

Documentation/filesystems/fuse.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Miklos Szeredi <miklos@szeredi.hu>
Cc: linux-fsdevel@vger.kernel.org
Cc: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
---
 Documentation/filesystems/fuse.rst |    1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

--- lnx-56-rc1.orig/Documentation/filesystems/fuse.rst
+++ lnx-56-rc1/Documentation/filesystems/fuse.rst
@@ -1,4 +1,5 @@ 
 .. SPDX-License-Identifier: GPL-2.0
+
 ==============
 FUSE
 ==============