mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
f4b0d31809
commit
93a8c044b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user