summaryrefslogtreecommitdiff
path: root/net/batman-adv/bitarray.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-01-08 20:14:32 -0800
committerDavid S. Miller <davem@davemloft.net>2015-01-08 20:14:32 -0800
commitfb57720daf6e56ba453414b5e8dd9cb3c0c80257 (patch)
treec00ef9e9b447cd8b8a11c8d45a741d96e17570f2 /net/batman-adv/bitarray.c
parentf40e74ffa3de44f7ef4c09653b070dd115ab7fbe (diff)
parent9535395640edb23ba5cec2abb026c4ee51899722 (diff)
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
Included changes: - remove useless return in void functions - remove unused member 'primary_iface' from 'struct orig_node' - improve existing kernel doc - fix several checkpatch complaints - ensure socket's control block is cleared for received skbs - add missing DEBUG_FS dependency to BATMAN_ADV_DEBUG symbol Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/batman-adv/bitarray.c')
-rw-r--r--net/batman-adv/bitarray.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/bitarray.c b/net/batman-adv/bitarray.c
index 9586750022f5..e3da07a64026 100644
--- a/net/batman-adv/bitarray.c
+++ b/net/batman-adv/bitarray.c
@@ -29,7 +29,6 @@ static void batadv_bitmap_shift_left(unsigned long *seq_bits, int32_t n)
bitmap_shift_left(seq_bits, seq_bits, n, BATADV_TQ_LOCAL_WINDOW_SIZE);
}
-
/* receive and process one packet within the sequence number window.
*
* returns: