projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4b0d31
)
tracefs: Fix syntax errors in comments
author
Xiang wangx
<wangxiang@cdjrlc.com>
Sun, 5 Jun 2022 09:27:29 +0000
(17:27 +0800)
committer
Steven 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
patch
|
blob
|
history
diff --git
a/fs/tracefs/inode.c
b/fs/tracefs/inode.c
index de7252715b1251dd71004b73e2b7983d5778bb67..81d26abf486fa7b6b969d21039af2e13e390e600 100644
(file)
--- a/
fs/tracefs/inode.c
+++ b/
fs/tracefs/inode.c
@@
-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