From: Colin Ian King Date: Thu, 2 Sep 2021 22:56:23 +0000 (+0100) Subject: skbuff: clean up inconsistent indenting X-Git-Tag: howlett/maple/20220722_2~2355^2~35 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c645fe9bf6ae589ff9163d6c515d3517ec2e32d5;p=users%2Fjedix%2Flinux-maple.git skbuff: clean up inconsistent indenting There is a statement that is indented one character too deeply, clean this up. Signed-off-by: Colin Ian King Signed-off-by: David S. Miller --- diff --git a/net/core/skbuff.c b/net/core/skbuff.c index f9311762cc47..2170bea2c7de 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -3884,7 +3884,7 @@ struct sk_buff *skb_segment_list(struct sk_buff *skb, skb_push(nskb, -skb_network_offset(nskb) + offset); skb_release_head_state(nskb); - __copy_skb_header(nskb, skb); + __copy_skb_header(nskb, skb); skb_headers_offset_update(nskb, skb_headroom(nskb) - skb_headroom(skb)); skb_copy_from_linear_data_offset(skb, -tnl_hlen,