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

Commit abcdd9a6 authored by Ian Morris's avatar Ian Morris Committed by Pablo Neira Ayuso
Browse files

netfilter-bridge: brace placement



Change brace placement to eliminate checkpatch error.

No changes detected by objdiff.

Signed-off-by: default avatarIan Morris <ipm@chirality.org.uk>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 7f495ad9
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -36,14 +36,12 @@ static int ebt_log_tg_check(const struct xt_tgchk_param *par)
	return 0;
}

struct tcpudphdr
{
struct tcpudphdr {
	__be16 src;
	__be16 dst;
};

struct arppayload
{
struct arppayload {
	unsigned char mac_src[ETH_ALEN];
	unsigned char ip_src[4];
	unsigned char mac_dst[ETH_ALEN];
+1 −2
Original line number Diff line number Diff line
@@ -551,8 +551,7 @@ ebt_check_entry_size_and_hooks(const struct ebt_entry *e,
	return 0;
}

struct ebt_cl_stack
{
struct ebt_cl_stack {
	struct ebt_chainstack cs;
	int from;
	unsigned int hookmask;