mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
878c33a788
This patch replaces several instances where a pointer is compared to NULL (i.e., `ptr == NULL`) with `!ptr`, which is preferred. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
ion | ||
uapi | ||
ashmem.c | ||
ashmem.h | ||
Kconfig | ||
Makefile | ||
TODO |