mirror_zfs/module/os
Richard Yao 4ef69de384 Cleanup: Use NULL when doing NULL pointer comparisons
The Linux 5.16.14 kernel's coccicheck caught this. The semantic
patch that caught it was:

./scripts/coccinelle/null/badzero.cocci

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #14372
2023-01-12 16:00:37 -08:00
..
freebsd Cleanup: Use NULL when doing NULL pointer comparisons 2023-01-12 16:00:37 -08:00
linux Cleanup: !A || A && B is equivalent to !A || B 2023-01-12 16:00:15 -08:00