On Sun, Dec 08, 2019 at 08:14:36PM -0800, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > > 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@xxxxxxxxxxxxx> > Cc: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > Cc: linux-xfs@xxxxxxxxxxxxxxx > --- > Documentation/admin-guide/xfs.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Looks good, you can add: Reviewed-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> > > --- 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 > -- Carlos