mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue