Re: [PATCH] xfs: Rudimentary typo fixes

2021-03-20 Thread Randy Dunlap
On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote: s/filesytem/filesystem/ s/instrumention/instrumentation/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap --- fs/xfs/xfs_log_recover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/xfs/xfs_log_recover.c

Re: [PATCH] xfs: Rudimentary typo fixes

2021-03-20 Thread Darrick J. Wong
On Sun, Mar 21, 2021 at 01:26:26AM +0530, Bhaskar Chowdhury wrote: > > s/filesytem/filesystem/ > s/instrumention/instrumentation/ > > Signed-off-by: Bhaskar Chowdhury Looks good to me, Reviewed-by: Darrick J. Wong --D > --- > fs/xfs/xfs_log_recover.c | 4 ++-- > 1 file changed, 2 insertions

[PATCH] xfs: Rudimentary typo fixes

2021-03-20 Thread Bhaskar Chowdhury
s/filesytem/filesystem/ s/instrumention/instrumentation/ Signed-off-by: Bhaskar Chowdhury --- fs/xfs/xfs_log_recover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 97f31308de03..ffa4f6f2f31e 100644 --- a/fs/xf