All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] xfs: Rudimentary spelling fix
@ 2021-03-22  3:45 Bhaskar Chowdhury
  2021-03-22  4:03 ` Randy Dunlap
  2021-04-07 16:43 ` Darrick J. Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  3:45 UTC (permalink / raw)
  To: djwong, linux-xfs, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury

s/sytemcall/syscall/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
  Changes from V1:
   Randy's suggestion incorporated.

 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..3087d03a6863 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() syscall
  */
 STATIC int
 xfs_cross_rename(
--
2.31.0


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

end of thread, other threads:[~2021-04-07 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  3:45 [PATCH V2] xfs: Rudimentary spelling fix Bhaskar Chowdhury
2021-03-22  4:03 ` Randy Dunlap
2021-04-07 16:43 ` Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.