commit | 5c0198b6fb73867dea296a69a944a4fdbceff3d8 | [log] [tgz] |
---|---|---|
author | Andrey Konovalov <[email protected]> | Tue Mar 05 15:41:31 2019 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Mar 05 21:07:13 2019 -0800 |
tree | 8d0250e1a717b3d4c2c10df1291daeb8d0f05aa2 | |
parent | bcf6f55a0d05eedd8ebb6ecc60ae3f93205ad833 [diff] |
kasan: fix coccinelle warnings in kasan_p*_table kasan_p4d_table(), kasan_pmd_table() and kasan_pud_table() are declared as returning bool, but return 0 instead of false, which produces a coccinelle warning. Fix it. Link: http://lkml.kernel.org/r/1fa6fadf644859e8a6a8ecce258444b49be8c7ee.1551716733.git.andreyknvl@google.com Fixes: 0207df4fa1a8 ("kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN") Signed-off-by: Andrey Konovalov <[email protected]> Reported-by: kbuild test robot <[email protected]> Acked-by: Andrey Ryabinin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>