dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
To: Randy Dunlap <rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Jonathan Corbet <corbet-T1hC0tSOHrs@public.gmane.org>,
	linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	dm-devel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
	Mauro Carvalho Chehab
	<mchehab-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Andrew Morton
	<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
	linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org,
	Trond Myklebust
	<trond.myklebust-F/q8l9xzQnoyLce1RVWEUA@public.gmane.org>,
	Anna Schumaker
	<anna.schumaker-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>,
	linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Srinivas Pandruvada
	<srinivas.pandruvada-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
	Len Brown <lenb-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	platform-driver-x86-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 13/13] Documentation/admin-guide: xfs: drop doubled word
Date: Fri, 3 Jul 2020 20:28:46 -0700	[thread overview]
Message-ID: <20200704032846.GU7625@magnolia> (raw)
In-Reply-To: <20200704032020.21923-14-rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>

On Fri, Jul 03, 2020 at 08:20:20PM -0700, Randy Dunlap wrote:
> Drop the doubled word "for".
> 
> Signed-off-by: Randy Dunlap <rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
> Cc: Jonathan Corbet <corbet-T1hC0tSOHrs@public.gmane.org>
> Cc: linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Cc: Darrick J. Wong <darrick.wong-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
> Cc: linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

Looks good to me,
Reviewed-by: Darrick J. Wong <darrick.wong-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>

--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

  parent reply	other threads:[~2020-07-04  3:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-04  3:20 [PATCH 00/13] Documentation/admin-guide: eliminate duplicated words Randy Dunlap
2020-07-04  3:20 ` [PATCH 02/13] Documentation/admin-guide: cgroup-v1/rdma: drop doubled word Randy Dunlap
2020-07-04  3:20 ` [PATCH 03/13] Documentation/admin-guide: dm-integrity: drop doubled words Randy Dunlap
     [not found] ` <20200704032020.21923-1-rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2020-07-04  3:20   ` [PATCH 01/13] Documentation/admin-guide: cgroup-v2: drop doubled word Randy Dunlap
2020-07-04  3:20   ` [PATCH 04/13] Documentation/admin-guide: media/building: drop doubled words Randy Dunlap
2020-07-04  3:20   ` [PATCH 06/13] Documentation/admin-guide: pnfs-block-server: drop doubled word Randy Dunlap
2020-07-04  3:20 ` [PATCH 05/13] Documentation/admin-guide: mm/ksm: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 07/13] Documentation/admin-guide: pnfs-scsi-server: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 08/13] Documentation/admin-guide: arm-ccn: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 09/13] Documentation/admin-guide: intel_pstate: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 10/13] Documentation/admin-guide: intel-speed-select: drop doubled words Randy Dunlap
2020-07-04  3:20 ` [PATCH 11/13] Documentation/admin-guide: sysctl/kernel: drop doubled word Randy Dunlap
2020-07-04  3:20 ` [PATCH 12/13] Documentation/admin-guide: tainted-kernels: " Randy Dunlap
2020-07-04  3:20 ` [PATCH 13/13] Documentation/admin-guide: xfs: " Randy Dunlap
     [not found]   ` <20200704032020.21923-14-rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2020-07-04  3:28     ` Darrick J. Wong [this message]
2020-07-05 20:02 ` [PATCH 00/13] Documentation/admin-guide: eliminate duplicated words Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200704032846.GU7625@magnolia \
    --to=darrick.wong-qhclzuegtsvqt0dzr+alfa@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=anna.schumaker-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org \
    --cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=corbet-T1hC0tSOHrs@public.gmane.org \
    --cc=dm-devel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=lenb-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org \
    --cc=linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mchehab-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=platform-driver-x86-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
    --cc=srinivas.pandruvada-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    --cc=trond.myklebust-F/q8l9xzQnoyLce1RVWEUA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).