summaryrefslogtreecommitdiff
path: root/net/batman-adv/bitarray.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2011-05-14 21:14:49 (GMT)
committerSven Eckelmann <sven@narfation.org>2011-05-30 05:39:30 (GMT)
commit38e3c5f0dae7a3bbb32c3b2bb28c3f2557d40fe9 (patch)
treef0a64eaf3709c5ca1455a1c66ce0a9c22c5c4961 /net/batman-adv/bitarray.c
parent16f14b45c48f4f1be5857103ee3054114604d98c (diff)
downloadlinux-fsl-qoriq-38e3c5f0dae7a3bbb32c3b2bb28c3f2557d40fe9.tar.xz
batman-adv: Don't do pointer arithmetic with void*
The size of void is currently set by gcc to 1, but is not well defined in general. Therefore it is more advisable to cast it to char* before doing pointer arithmetic. Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/bitarray.c')
0 files changed, 0 insertions, 0 deletions