Message ID | 20210325070602.858024-1-wanjiabing@vivo.com (mailing list archive) |
---|---|
State | Accepted |
Commit | fcb8d0d7587e0f2b7439d6c14a380fd17a450f96 |
Delegated to: | BPF |
Headers | show |
Series | include: net: struct sock is declared twice | 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 | success | CCed 12 of 12 maintainers |
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: 98 this patch: 98 |
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, 7 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 98 this patch: 98 |
netdev/header_inline | success | Link |
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 25 Mar 2021 15:06:02 +0800 you wrote: > struct sock has been declared. Remove the duplicate. > > Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> > --- > include/net/bpf_sk_storage.h | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - include: net: struct sock is declared twice https://git.kernel.org/bpf/bpf-next/c/fcb8d0d7587e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/include/net/bpf_sk_storage.h b/include/net/bpf_sk_storage.h index 0e85713f56df..2926f1f00d65 100644 --- a/include/net/bpf_sk_storage.h +++ b/include/net/bpf_sk_storage.h @@ -27,7 +27,6 @@ struct bpf_local_storage_elem; struct bpf_sk_storage_diag; struct sk_buff; struct nlattr; -struct sock; #ifdef CONFIG_BPF_SYSCALL int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk);
struct sock has been declared. Remove the duplicate. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> --- include/net/bpf_sk_storage.h | 1 - 1 file changed, 1 deletion(-)