]> git.baikalelectronics.ru Git - kernel.git/commitdiff
tracefs: Fix syntax errors in comments
authorXiang wangx <wangxiang@cdjrlc.com>
Sun, 5 Jun 2022 09:27:29 +0000 (17:27 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 17 Jun 2022 23:01:28 +0000 (19:01 -0400)
Delete the redundant word 'to'.

Link: https://lkml.kernel.org/r/20220605092729.13010-1-wangxiang@cdjrlc.com
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
fs/tracefs/inode.c

index de7252715b1251dd71004b73e2b7983d5778bb67..81d26abf486fa7b6b969d21039af2e13e390e600 100644 (file)
@@ -553,7 +553,7 @@ struct dentry *tracefs_create_dir(const char *name, struct dentry *parent)
  *
  * Only one instances directory is allowed.
  *
- * The instances directory is special as it allows for mkdir and rmdir to
+ * The instances directory is special as it allows for mkdir and rmdir
  * to be done by userspace. When a mkdir or rmdir is performed, the inode
  * locks are released and the methods passed in (@mkdir and @rmdir) are
  * called without locks and with the name of the directory being created