Message ID | 20200704032020.21923-14-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Documentation/admin-guide: eliminate duplicated words | expand |
On Fri, Jul 03, 2020 at 08:20:20PM -0700, Randy Dunlap wrote: > Drop the doubled word "for". > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > Cc: Darrick J. Wong <darrick.wong@oracle.com> > Cc: linux-xfs@vger.kernel.org Looks good to me, Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> --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
--- 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
Drop the doubled word "for". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.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(-)