diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-09-02 23:56:23 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-03 11:51:26 +0100 |
commit | c645fe9bf6ae589ff9163d6c515d3517ec2e32d5 (patch) | |
tree | df0608b25fec13b5a90efbe27aea002c97ac030b /net | |
parent | 73fc98154e9cb40c608a2af16cab12c09886c751 (diff) |
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 <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/skbuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |