On Fri, Jul 03, 2020 at 08:20:20PM -0700, Randy Dunlap wrote: > Drop the doubled word "for". > > Signed-off-by: Randy Dunlap <[email protected]> > Cc: Jonathan Corbet <[email protected]> > Cc: [email protected] > Cc: Darrick J. Wong <[email protected]> > Cc: [email protected]
Looks good to me, Reviewed-by: Darrick J. Wong <[email protected]> --D > --- > Documentation/admin-guide/xfs.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200701.orig/Documentation/admin-guide/xfs.rst > +++ linux-next-20200701/Documentation/admin-guide/xfs.rst > @@ -133,7 +133,7 @@ When mounting an XFS filesystem, the fol > logbsize must be an integer multiple of the log > stripe unit configured at **mkfs(8)** time. > > - The default value for for version 1 logs is 32768, while the > + The default value for version 1 logs is 32768, while the > default value for version 2 logs is MAX(32768, log_sunit). > > logdev=device and rtdev=device

