Skip to content

Commit 48915ae

Browse files
ecsvsimonwunderlich
authored andcommitted
batman-adv: Fix "line over 80 characters" checkpatch warning
Fixes: 242c1a2 ("net: Remove useless function skb_header_release") Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
1 parent 825ffe1 commit 48915ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/batman-adv/soft-interface.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ int batadv_skb_head_push(struct sk_buff *skb, unsigned int len)
6969
int result;
7070

7171
/* TODO: We must check if we can release all references to non-payload
72-
* data using __skb_header_release in our skbs to allow skb_cow_header to
73-
* work optimally. This means that those skbs are not allowed to read
72+
* data using __skb_header_release in our skbs to allow skb_cow_header
73+
* to work optimally. This means that those skbs are not allowed to read
7474
* or write any data which is before the current position of skb->data
7575
* after that call and thus allow other skbs with the same data buffer
7676
* to write freely in that area.

0 commit comments

Comments
 (0)