Message ID | 20210902225623.58209-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c645fe9bf6ae589ff9163d6c515d3517ec2e32d5 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | skbuff: clean up inconsistent indenting | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Guessed tree name to be net-next |
netdev/subject_prefix | warning | Target tree name not specified in the subject |
netdev/cc_maintainers | warning | 7 maintainers not CCed: alobakin@pm.me jonathan.lemon@gmail.com pabeni@redhat.com gnault@redhat.com cong.wang@bytedance.com willemb@google.com vvs@virtuozzo.com |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 1 this patch: 1 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 8 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 1 this patch: 1 |
netdev/header_inline | success | Link |
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 2 Sep 2021 23:56:23 +0100 you wrote: > From: Colin Ian King <colin.king@canonical.com> > > There is a statement that is indented one character too deeply, > clean this up. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > > [...] Here is the summary with links: - skbuff: clean up inconsistent indenting https://git.kernel.org/netdev/net/c/c645fe9bf6ae You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
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,