Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9ab70e7 authored by Sven Eckelmann's avatar Sven Eckelmann Committed by Greg Kroah-Hartman
Browse files

Staging: batman-adv: Fix whitespace problems criticized by checkpatch.pl



Trailing spaces at the end of a line or before a tab are against
Documentation/CodingStyle "3.1: Spaces" and should be avoided. It is
also common style to add a single space after commas unless it is
followed either by a newline or a tab.

Reported-by: default avatarMikal Sande <mikal.sande@gmail.com>
Reported-by: default avatarLuis de Bethencourt <luisbg@ubuntu.com>
Signed-off-by: default avatarSven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: default avatarMarek Lindner <lindner_marek@yahoo.de>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cee42f49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@
#define MODULE_DEACTIVATING 2

#define BCAST_QUEUE_LEN 256
#define BATMAN_QUEUE_LE	256
#define BATMAN_QUEUE_LEN	256

/*
 * Debug Messages
+1 −2
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ struct orig_node { /* structure for orig_list maintaining nodes of
					    seqno window was reset. */
	unsigned long batman_seqno_reset;/* time when the batman seqno
					    window was reset. */
/*	uint8_t  gwflags;      * flags related to gateway functions: gateway class */
	uint8_t  flags;			 /* for now only VIS_SERVER flag. */
	unsigned char *hna_buff;
	int16_t  hna_buff_len;
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.