mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
netfilter: ipv6: pointer cast layout
Correct whitespace layout of a pointer casting. 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
4305ae44a9
commit
dbb526ebfe
@ -59,7 +59,7 @@ struct nf_ct_frag6_skb_cb
|
||||
struct sk_buff *orig;
|
||||
};
|
||||
|
||||
#define NFCT_FRAG6_CB(skb) ((struct nf_ct_frag6_skb_cb*)((skb)->cb))
|
||||
#define NFCT_FRAG6_CB(skb) ((struct nf_ct_frag6_skb_cb *)((skb)->cb))
|
||||
|
||||
static struct inet_frags nf_frags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user