Andrew Lunn wrote:
The mainline driver has some whitespace patches which are not in maint. This patch brings imports them.
Signed-off-by: Andrew Lunn andrew@lunn.ch
Please be aware that this one conflicts heavily with * [PATCH-maint 1/2] batman-adv: Fix whitespace problems criticized by checkpatch.pl * [PATCH-maint 2/2v2] batman-adv: Reduce max characters on a line to 80
Only following part seems to be new:
diff --git a/send.c b/send.c index caec6ef..8413ddc 100644 --- a/send.c +++ b/send.c @@ -128,7 +128,8 @@ static void send_packet_to_if(struct forw_packet *forw_packet, if (batman_if->if_status != IF_ACTIVE) return;
- packet_num = buff_pos = 0;
- packet_num = 0;
- buff_pos = 0; batman_packet = (struct batman_packet *) (forw_packet->packet_buff);
Best regards, Sven