2021-03-22 02:54:28

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] xfs: Rudimentary spelling fix

On 3/21/21 7:46 PM, Bhaskar Chowdhury wrote:
>
> s/sytemcall/systemcall/
>
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
> 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


2021-03-22 03:34:46

by Darrick J. Wong

[permalink] [raw]
Subject: Re: [PATCH] xfs: Rudimentary spelling fix

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 <[email protected]>
> > ---
> > 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
>