mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 06:17:45 +07:00
netfilter-bridge: brace placement
Change brace placement to eliminate checkpatch error. No changes detected by objdiff. Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
7f495ad946
commit
abcdd9a623
@ -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];
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user