linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: autofs: delete repeated words in comments
@ 2020-08-11  2:18 Randy Dunlap
  2020-08-11  8:36 ` Ian Kent
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2020-08-11  2:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Ian Kent, autofs

Drop duplicated words {the, at} in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ian Kent <raven@themaw.net>
Cc: autofs@vger.kernel.org
---
 fs/autofs/dev-ioctl.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200807.orig/fs/autofs/dev-ioctl.c
+++ linux-next-20200807/fs/autofs/dev-ioctl.c
@@ -20,7 +20,7 @@
  * another mount. This situation arises when starting automount(8)
  * or other user space daemon which uses direct mounts or offset
  * mounts (used for autofs lazy mount/umount of nested mount trees),
- * which have been left busy at at service shutdown.
+ * which have been left busy at service shutdown.
  */
 
 typedef int (*ioctl_fn)(struct file *, struct autofs_sb_info *,
@@ -496,7 +496,7 @@ static int autofs_dev_ioctl_askumount(st
  * located path is the root of a mount we return 1 along with
  * the super magic of the mount or 0 otherwise.
  *
- * In both cases the the device number (as returned by
+ * In both cases the device number (as returned by
  * new_encode_dev()) is also returned.
  */
 static int autofs_dev_ioctl_ismountpoint(struct file *fp,

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fs: autofs: delete repeated words in comments
  2020-08-11  2:18 [PATCH] fs: autofs: delete repeated words in comments Randy Dunlap
@ 2020-08-11  8:36 ` Ian Kent
  2020-08-11 14:42   ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Kent @ 2020-08-11  8:36 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel; +Cc: autofs

On Mon, 2020-08-10 at 19:18 -0700, Randy Dunlap wrote:
> Drop duplicated words {the, at} in comments.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Ian Kent <raven@themaw.net>
> Cc: autofs@vger.kernel.org

Acked-by: Ian Kent <raven@themaw.net>

> ---
>  fs/autofs/dev-ioctl.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-next-20200807.orig/fs/autofs/dev-ioctl.c
> +++ linux-next-20200807/fs/autofs/dev-ioctl.c
> @@ -20,7 +20,7 @@
>   * another mount. This situation arises when starting automount(8)
>   * or other user space daemon which uses direct mounts or offset
>   * mounts (used for autofs lazy mount/umount of nested mount trees),
> - * which have been left busy at at service shutdown.
> + * which have been left busy at service shutdown.
>   */
>  
>  typedef int (*ioctl_fn)(struct file *, struct autofs_sb_info *,
> @@ -496,7 +496,7 @@ static int autofs_dev_ioctl_askumount(st
>   * located path is the root of a mount we return 1 along with
>   * the super magic of the mount or 0 otherwise.
>   *
> - * In both cases the the device number (as returned by
> + * In both cases the device number (as returned by
>   * new_encode_dev()) is also returned.
>   */
>  static int autofs_dev_ioctl_ismountpoint(struct file *fp,


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fs: autofs: delete repeated words in comments
  2020-08-11  8:36 ` Ian Kent
@ 2020-08-11 14:42   ` Randy Dunlap
  2020-08-12  0:03     ` Ian Kent
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2020-08-11 14:42 UTC (permalink / raw)
  To: Ian Kent, linux-kernel; +Cc: autofs

On 8/11/20 1:36 AM, Ian Kent wrote:
> On Mon, 2020-08-10 at 19:18 -0700, Randy Dunlap wrote:
>> Drop duplicated words {the, at} in comments.
>>
>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>> Cc: Ian Kent <raven@themaw.net>
>> Cc: autofs@vger.kernel.org
> 
> Acked-by: Ian Kent <raven@themaw.net>

Hi Ian,

Since you are the listed maintainer of this file, does this mean
that you will be merging it?

thanks.

> 
>> ---
>>  fs/autofs/dev-ioctl.c |    4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> --- linux-next-20200807.orig/fs/autofs/dev-ioctl.c
>> +++ linux-next-20200807/fs/autofs/dev-ioctl.c
>> @@ -20,7 +20,7 @@
>>   * another mount. This situation arises when starting automount(8)
>>   * or other user space daemon which uses direct mounts or offset
>>   * mounts (used for autofs lazy mount/umount of nested mount trees),
>> - * which have been left busy at at service shutdown.
>> + * which have been left busy at service shutdown.
>>   */
>>  
>>  typedef int (*ioctl_fn)(struct file *, struct autofs_sb_info *,
>> @@ -496,7 +496,7 @@ static int autofs_dev_ioctl_askumount(st
>>   * located path is the root of a mount we return 1 along with
>>   * the super magic of the mount or 0 otherwise.
>>   *
>> - * In both cases the the device number (as returned by
>> + * In both cases the device number (as returned by
>>   * new_encode_dev()) is also returned.
>>   */
>>  static int autofs_dev_ioctl_ismountpoint(struct file *fp,
> 

-- 
~Randy


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fs: autofs: delete repeated words in comments
  2020-08-11 14:42   ` Randy Dunlap
@ 2020-08-12  0:03     ` Ian Kent
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Kent @ 2020-08-12  0:03 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel, Andrew Morton; +Cc: autofs

On Tue, 2020-08-11 at 07:42 -0700, Randy Dunlap wrote:
> On 8/11/20 1:36 AM, Ian Kent wrote:
> > On Mon, 2020-08-10 at 19:18 -0700, Randy Dunlap wrote:
> > > Drop duplicated words {the, at} in comments.
> > > 
> > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > > Cc: Ian Kent <raven@themaw.net>
> > > Cc: autofs@vger.kernel.org
> > 
> > Acked-by: Ian Kent <raven@themaw.net>
> 
> Hi Ian,
> 
> Since you are the listed maintainer of this file, does this mean
> that you will be merging it?

I could but that would mean double handling since I would send it
to Andrew anyway.

Andrew, could you take this one please?

> 
> thanks.
> 
> > > ---
> > >  fs/autofs/dev-ioctl.c |    4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > --- linux-next-20200807.orig/fs/autofs/dev-ioctl.c
> > > +++ linux-next-20200807/fs/autofs/dev-ioctl.c
> > > @@ -20,7 +20,7 @@
> > >   * another mount. This situation arises when starting
> > > automount(8)
> > >   * or other user space daemon which uses direct mounts or offset
> > >   * mounts (used for autofs lazy mount/umount of nested mount
> > > trees),
> > > - * which have been left busy at at service shutdown.
> > > + * which have been left busy at service shutdown.
> > >   */
> > >  
> > >  typedef int (*ioctl_fn)(struct file *, struct autofs_sb_info *,
> > > @@ -496,7 +496,7 @@ static int autofs_dev_ioctl_askumount(st
> > >   * located path is the root of a mount we return 1 along with
> > >   * the super magic of the mount or 0 otherwise.
> > >   *
> > > - * In both cases the the device number (as returned by
> > > + * In both cases the device number (as returned by
> > >   * new_encode_dev()) is also returned.
> > >   */
> > >  static int autofs_dev_ioctl_ismountpoint(struct file *fp,


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-12  0:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11  2:18 [PATCH] fs: autofs: delete repeated words in comments Randy Dunlap
2020-08-11  8:36 ` Ian Kent
2020-08-11 14:42   ` Randy Dunlap
2020-08-12  0:03     ` Ian Kent

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