diff mbox series

xfs: fix Sphinx documentation warning

Message ID bd3c7d7e-2859-06b0-a209-7d19f7c2e79f@infradead.org (mailing list archive)
State New, archived
Headers show
Series xfs: fix Sphinx documentation warning | expand

Commit Message

Randy Dunlap Dec. 9, 2019, 4:14 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix Sphinx documentation format warning by not indenting so much.

Documentation/admin-guide/xfs.rst:257: WARNING: Block quote ends without a blank line; unexpected unindent.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Darrick J. Wong <darrick.wong@oracle.com>
Cc: linux-xfs@vger.kernel.org
---
 Documentation/admin-guide/xfs.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Carlos Maiolino Dec. 9, 2019, 2:49 p.m. UTC | #1
On Sun, Dec 08, 2019 at 08:14:36PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix Sphinx documentation format warning by not indenting so much.
> 
> Documentation/admin-guide/xfs.rst:257: WARNING: Block quote ends without a blank line; unexpected unindent.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Darrick J. Wong <darrick.wong@oracle.com>
> Cc: linux-xfs@vger.kernel.org
> ---
>  Documentation/admin-guide/xfs.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Looks good, you can add:

Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>

> 
> --- linux-next-20191209.orig/Documentation/admin-guide/xfs.rst
> +++ linux-next-20191209/Documentation/admin-guide/xfs.rst
> @@ -253,7 +253,7 @@ The following sysctls are available for
>  	pool.
>  
>    fs.xfs.speculative_prealloc_lifetime
> -		(Units: seconds   Min: 1  Default: 300  Max: 86400)
> +	(Units: seconds   Min: 1  Default: 300  Max: 86400)
>  	The interval at which the background scanning for inodes
>  	with unused speculative preallocation runs. The scan
>  	removes unused preallocation from clean inodes and releases
>
diff mbox series

Patch

--- linux-next-20191209.orig/Documentation/admin-guide/xfs.rst
+++ linux-next-20191209/Documentation/admin-guide/xfs.rst
@@ -253,7 +253,7 @@  The following sysctls are available for
 	pool.
 
   fs.xfs.speculative_prealloc_lifetime
-		(Units: seconds   Min: 1  Default: 300  Max: 86400)
+	(Units: seconds   Min: 1  Default: 300  Max: 86400)
 	The interval at which the background scanning for inodes
 	with unused speculative preallocation runs. The scan
 	removes unused preallocation from clean inodes and releases