diff options
author | Bagas Sanjaya <[email protected]> | 2023-02-20 19:47:21 +0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-02-20 14:14:56 +0100 |
commit | 88cd618dcc7b63baa1478730b02eaba3e3148467 (patch) | |
tree | 8a0bcfa9527290b2b2f8658639ffbf5d51789762 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 9f467f6375afd3c7667dbabcfff35c22961e1c0b (diff) |
debugfs: drop inline constant formatting for ERR_PTR(-ERROR)
Stephen Rothwell reported htmldocs warning when merging driver-core tree
for linux-next:
Documentation/filesystems/api-summary:146: fs/debugfs/inode.c:804: WARNING: Inline literal start-string without end-string.
The warning is due to inline constant formatting (``%CONST``) doesn't play
nice with complex-name constants like ERR_PTR(-ERROR).
Drop the formatting for that constant above to be consistent with similar
error constants and also to fix the above warning.
Link: https://lore.kernel.org/lkml/[email protected]/
Fixes: d3002468cb5d5d ("debugfs: update comment of debugfs_rename()")
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Bagas Sanjaya <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions