aboutsummaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorMichael Straube <[email protected]>2020-09-19 10:50:31 +0200
committerGreg Kroah-Hartman <[email protected]>2020-09-22 09:49:59 +0200
commit0e934ce2904e05d80f79f7fcb08632df3d994b6b (patch)
treeb35bbb111c6b0068b1df5a6ec7f4035ad6930688 /scripts/stackusage
parentdbbc8fdf2ad57629436bcdb421c2d4ad9aa1974f (diff)
staging: rtl8712: clean up comparsions to NULL
Clean up comparsions to NULL Reported by checkpatch. if (x == NULL) -> if (!x) if (x != NULL) -> if (x) Signed-off-by: Michael Straube <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions