commit | bad5a3a42a31859705baf39c4fc92173b2716760 | [log] [tgz] |
---|---|---|
author | Anh Tuan Phan <tuananhlfc@gmail.com> | Thu Aug 17 23:00:33 2023 +0700 |
committer | Andrew Morton <akpm@linux-foundation.org> | Thu Aug 24 16:20:27 2023 -0700 |
tree | 66cd311d2b54a9e2d0889e358da777d928c74cf3 | |
parent | 7131fd7e30b20c3de03ca5d674546675dfffce5f [diff] |
selftests/mm: fix WARNING comparing pointer to 0 Remove comparing pointer to 0 to avoid this warning from coccinelle: ./tools/testing/selftests/mm/map_populate.c:80:16-17: WARNING comparing pointer to 0, suggest !E ./tools/testing/selftests/mm/map_populate.c:80:16-17: WARNING comparing pointer to 0 Link: https://lkml.kernel.org/r/20230817160033.90079-1-tuananhlfc@gmail.com Signed-off-by: Anh Tuan Phan <tuananhlfc@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>