mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 05:55:11 +08:00
remove trailing whitespace
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
e1ad689545
commit
a3fb3fcb7d
@ -12,7 +12,7 @@ extern int do_command4(int argc, char *argv[], char **table,
|
||||
struct xtc_handle **handle, bool restore);
|
||||
extern int delete_chain4(const xt_chainlabel chain, int verbose,
|
||||
struct xtc_handle *handle);
|
||||
extern int flush_entries4(const xt_chainlabel chain, int verbose,
|
||||
extern int flush_entries4(const xt_chainlabel chain, int verbose,
|
||||
struct xtc_handle *handle);
|
||||
extern int for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *),
|
||||
int verbose, int builtinstoo, struct xtc_handle *handle);
|
||||
|
@ -162,7 +162,7 @@ static int macvlan_parse_opt(struct link_util *lu, int argc, char **argv,
|
||||
} else if (matches(*argv, "bcqueuelen") == 0) {
|
||||
__u32 bc_queue_len;
|
||||
NEXT_ARG();
|
||||
|
||||
|
||||
if (get_u32(&bc_queue_len, *argv, 0)) {
|
||||
return bc_queue_len_arg(*argv);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user