diff mbox series

[net-next] inet6: Remove unused function declaration udpv6_connect()

Message ID 20230731140437.37056-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 999d0863ff6416dd33c904f496bf363c8afb6540
Delegated to: Netdev Maintainers
Headers show
Series [net-next] inet6: Remove unused function declaration udpv6_connect() | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 1377 this patch: 1377
netdev/cc_maintainers success CCed 5 of 5 maintainers
netdev/build_clang success Errors and warnings before: 1351 this patch: 1351
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 1400 this patch: 1400
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Yue Haibing July 31, 2023, 2:04 p.m. UTC
This is never implemented since the beginning of git history.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/net/transp_v6.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Kuniyuki Iwashima July 31, 2023, 6:40 p.m. UTC | #1
From: Yue Haibing <yuehaibing@huawei.com>
Date: Mon, 31 Jul 2023 22:04:37 +0800
> This is never implemented since the beginning of git history.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>


> ---
>  include/net/transp_v6.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h
> index d27b1caf3753..1a97e3f32029 100644
> --- a/include/net/transp_v6.h
> +++ b/include/net/transp_v6.h
> @@ -33,8 +33,6 @@ void udplitev6_exit(void);
>  int tcpv6_init(void);
>  void tcpv6_exit(void);
>  
> -int udpv6_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len);
> -
>  /* this does all the common and the specific ctl work */
>  void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg,
>  			   struct sk_buff *skb);
> -- 
> 2.34.1
patchwork-bot+netdevbpf@kernel.org Aug. 1, 2023, 10:20 p.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 31 Jul 2023 22:04:37 +0800 you wrote:
> This is never implemented since the beginning of git history.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
> ---
>  include/net/transp_v6.h | 2 --
>  1 file changed, 2 deletions(-)

Here is the summary with links:
  - [net-next] inet6: Remove unused function declaration udpv6_connect()
    https://git.kernel.org/netdev/net-next/c/999d0863ff64

You are awesome, thank you!
diff mbox series

Patch

diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h
index d27b1caf3753..1a97e3f32029 100644
--- a/include/net/transp_v6.h
+++ b/include/net/transp_v6.h
@@ -33,8 +33,6 @@  void udplitev6_exit(void);
 int tcpv6_init(void);
 void tcpv6_exit(void);
 
-int udpv6_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len);
-
 /* this does all the common and the specific ctl work */
 void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg,
 			   struct sk_buff *skb);