diff options
| author | Guofeng Yue <[email protected]> | 2022-09-07 14:28:10 +0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2022-09-16 10:27:47 +0100 |
| commit | b0b815a356aa4f3352563b3350a7b2354c0f2c5c (patch) | |
| tree | ad8aca9339484b68bfdd66c280d04de293a488e5 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 454e7b138436a31a17753de58f2178c3e955886c (diff) | |
net: amd: Unified the comparison between pointers and NULL to the same writing
Using the unified way to compare pointers and NULL, which cleans the static
warning.
eg:
if (skb == NULL) --> if (!skb)
if (skb != NULL) --> if (skb)
Signed-off-by: Guofeng Yue <[email protected]>
Signed-off-by: Haoyue Xu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions