[tj-misc:review-wq-dump 1/15] lib/bitmap.c:574:6: sparse: symbol 'bitmap_print_list' was not declared. Should it be static?

From: kbuild test robot
Date: Tue Dec 09 2014 - 14:40:35 EST


tree: git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git review-wq-dump
head: c48dd4e1a0d7225c97d7294958dd8ba6be82fde9
commit: 069dcda94642807dc31bf52895bd409512531249 [1/15] bitmap: restructure bitmap_sn[list]printf()
reproduce:
# apt-get install sparse
git checkout 069dcda94642807dc31bf52895bd409512531249
make ARCH=x86_64 allmodconfig
make C=1 CF=-D__CHECK_ENDIAN__


sparse warnings: (new ones prefixed by >>)

>> lib/bitmap.c:574:6: sparse: symbol 'bitmap_print_list' was not declared. Should it be static?
lib/bitmap.c:1250:30: sparse: incorrect type in assignment (different base types)
lib/bitmap.c:1250:30: expected unsigned long [unsigned] [long] <noident>
lib/bitmap.c:1250:30: got restricted __le64 [usertype] <noident>
lib/bitmap.c:1252:30: sparse: incorrect type in assignment (different base types)
lib/bitmap.c:1252:30: expected unsigned long [unsigned] [long] <noident>
lib/bitmap.c:1252:30: got restricted __le32 [usertype] <noident>

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/