public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: Rudimentary spelling fix
@ 2021-03-22  2:46 Bhaskar Chowdhury
  2021-03-22  2:52 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  2:46 UTC (permalink / raw)
  To: djwong, linux-xfs, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/sytemcall/systemcall/


Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 fs/xfs/xfs_inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index f93370bd7b1e..b5eef9f09c00 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -2870,7 +2870,7 @@ xfs_finish_rename(
 /*
  * xfs_cross_rename()
  *
- * responsible for handling RENAME_EXCHANGE flag in renameat2() sytemcall
+ * responsible for handling RENAME_EXCHANGE flag in renameat2() systemcall
  */
 STATIC int
 xfs_cross_rename(
--
2.31.0


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

* Re: [PATCH] xfs: Rudimentary spelling fix
  2021-03-22  2:46 [PATCH] xfs: Rudimentary spelling fix Bhaskar Chowdhury
@ 2021-03-22  2:52 ` Randy Dunlap
  2021-03-22  3:33   ` Darrick J. Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2021-03-22  2:52 UTC (permalink / raw)
  To: Bhaskar Chowdhury, djwong, linux-xfs, linux-kernel

On 3/21/21 7:46 PM, Bhaskar Chowdhury wrote:
> 
> s/sytemcall/systemcall/
> 
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  fs/xfs/xfs_inode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
> index f93370bd7b1e..b5eef9f09c00 100644
> --- a/fs/xfs/xfs_inode.c
> +++ b/fs/xfs/xfs_inode.c
> @@ -2870,7 +2870,7 @@ xfs_finish_rename(
>  /*
>   * xfs_cross_rename()
>   *
> - * responsible for handling RENAME_EXCHANGE flag in renameat2() sytemcall
> + * responsible for handling RENAME_EXCHANGE flag in renameat2() systemcall
>   */
>  STATIC int
>  xfs_cross_rename(
> --

I'll leave it up to Darrick or someone else.

To me it's "syscall" or "system call".

-- 
~Randy


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

* Re: [PATCH] xfs: Rudimentary spelling fix
  2021-03-22  2:52 ` Randy Dunlap
@ 2021-03-22  3:33   ` Darrick J. Wong
  2021-03-22  3:46     ` Bhaskar Chowdhury
  0 siblings, 1 reply; 4+ messages in thread
From: Darrick J. Wong @ 2021-03-22  3:33 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Bhaskar Chowdhury, linux-xfs, linux-kernel

On Sun, Mar 21, 2021 at 07:52:41PM -0700, Randy Dunlap wrote:
> On 3/21/21 7:46 PM, Bhaskar Chowdhury wrote:
> > 
> > s/sytemcall/systemcall/
> > 
> > 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> > ---
> >  fs/xfs/xfs_inode.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
> > index f93370bd7b1e..b5eef9f09c00 100644
> > --- a/fs/xfs/xfs_inode.c
> > +++ b/fs/xfs/xfs_inode.c
> > @@ -2870,7 +2870,7 @@ xfs_finish_rename(
> >  /*
> >   * xfs_cross_rename()
> >   *
> > - * responsible for handling RENAME_EXCHANGE flag in renameat2() sytemcall
> > + * responsible for handling RENAME_EXCHANGE flag in renameat2() systemcall
> >   */
> >  STATIC int
> >  xfs_cross_rename(
> > --
> 
> I'll leave it up to Darrick or someone else.
> 
> To me it's "syscall" or "system call".

Agreed; could you change it to one of Randy's suggestions, please?

--D

> -- 
> ~Randy
> 

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

* Re: [PATCH] xfs: Rudimentary spelling fix
  2021-03-22  3:33   ` Darrick J. Wong
@ 2021-03-22  3:46     ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  3:46 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: Randy Dunlap, linux-xfs, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]

On 20:33 Sun 21 Mar 2021, Darrick J. Wong wrote:
>On Sun, Mar 21, 2021 at 07:52:41PM -0700, Randy Dunlap wrote:
>> On 3/21/21 7:46 PM, Bhaskar Chowdhury wrote:
>> >
>> > s/sytemcall/systemcall/
>> >
>> >
>> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> > ---
>> >  fs/xfs/xfs_inode.c | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
>> > index f93370bd7b1e..b5eef9f09c00 100644
>> > --- a/fs/xfs/xfs_inode.c
>> > +++ b/fs/xfs/xfs_inode.c
>> > @@ -2870,7 +2870,7 @@ xfs_finish_rename(
>> >  /*
>> >   * xfs_cross_rename()
>> >   *
>> > - * responsible for handling RENAME_EXCHANGE flag in renameat2() sytemcall
>> > + * responsible for handling RENAME_EXCHANGE flag in renameat2() systemcall
>> >   */
>> >  STATIC int
>> >  xfs_cross_rename(
>> > --
>>
>> I'll leave it up to Darrick or someone else.
>>
>> To me it's "syscall" or "system call".
>
>Agreed; could you change it to one of Randy's suggestions, please?
>
Sent out a V2. pls check.
>--D
>
>> --
>> ~Randy
>>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2021-03-22  3:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-22  2:46 [PATCH] xfs: Rudimentary spelling fix Bhaskar Chowdhury
2021-03-22  2:52 ` Randy Dunlap
2021-03-22  3:33   ` Darrick J. Wong
2021-03-22  3:46     ` Bhaskar Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox