Skip to content

Commit dbb526e

Browse files
lz7tq4ummakynes
authored andcommitted
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>
1 parent 4305ae4 commit dbb526e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv6/netfilter/nf_conntrack_reasm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct nf_ct_frag6_skb_cb
5959
struct sk_buff *orig;
6060
};
6161

62-
#define NFCT_FRAG6_CB(skb) ((struct nf_ct_frag6_skb_cb*)((skb)->cb))
62+
#define NFCT_FRAG6_CB(skb) ((struct nf_ct_frag6_skb_cb *)((skb)->cb))
6363

6464
static struct inet_frags nf_frags;
6565

0 commit comments

Comments
 (0)