diff options
author | Ivan Orlov <ivan.orlov0322@gmail.com> | 2023-05-14 21:23:53 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-31 19:02:14 +0100 |
commit | 266bff73451afb2c98541acac41386ef4f08bb5e (patch) | |
tree | c058ad52c08c53b78d20c56aa6309c081f589ffb /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 9e6aa7c22d0777da16cec0d056382c9bd181aa78 (diff) |
debugfs: Correct the 'debugfs_create_str' docs
The documentation of the 'debugfs_create_str' says that the function
returns a pointer to a dentry created, or an ERR_PTR in case of error.
Actually, this is not true: this function doesn't return anything at all.
Correct the documentation correspondingly.
Signed-off-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Link: https://lore.kernel.org/r/20230514172353.52878-1-ivan.orlov0322@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions