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/[email protected] Signed-off-by: Xiang wangx <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent f4b0d31 commit 93a8c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)