diff options
author | 2023-11-08 10:15:50 +0530 | |
---|---|---|
committer | 2023-11-18 15:00:01 +0100 | |
commit | 297945d9bc13a10e2ce39f0a3aad38c6812435a5 (patch) | |
tree | c818981a14ef228e6bf4a52ec6bb8da717882081 /tools/perf/scripts/python/stackcollapse.py | |
parent | vfs: remove a redundant might_sleep in wait_on_inode (diff) | |
download | wireguard-linux-297945d9bc13a10e2ce39f0a3aad38c6812435a5.tar.xz wireguard-linux-297945d9bc13a10e2ce39f0a3aad38c6812435a5.zip |
fs : Fix warning using plain integer as NULL
Sparse static analysis tools generate a warning with this message
"Using plain integer as NULL pointer". In this case this warning is
being shown because we are trying to initialize pointer to NULL using
integer value 0.
Signed-off-by: Abhinav Singh <singhabhinav9051571833@gmail.com>
Link: https://lore.kernel.org/r/20231108044550.1006555-1-singhabhinav9051571833@gmail.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions