Skip to content

Commit 93a8c04

Browse files
Xiang wangxrostedt
authored andcommitted
tracefs: Fix syntax errors in comments
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>
1 parent f4b0d31 commit 93a8c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/tracefs/inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ struct dentry *tracefs_create_dir(const char *name, struct dentry *parent)
553553
*
554554
* Only one instances directory is allowed.
555555
*
556-
* The instances directory is special as it allows for mkdir and rmdir to
556+
* The instances directory is special as it allows for mkdir and rmdir
557557
* to be done by userspace. When a mkdir or rmdir is performed, the inode
558558
* locks are released and the methods passed in (@mkdir and @rmdir) are
559559
* called without locks and with the name of the directory being created

0 commit comments

Comments
 (0)