diff mbox series

[net-next] tipc: Remove unused declaration tipc_link_build_bc_sync_msg()

Message ID 20230807142926.45752-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit ca76b386d46fdcdf2d8829f008744e57f819a581
Delegated to: Netdev Maintainers
Headers show
Series [net-next] tipc: Remove unused declaration tipc_link_build_bc_sync_msg() | 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: 1330 this patch: 1330
netdev/cc_maintainers success CCed 8 of 8 maintainers
netdev/build_clang success Errors and warnings before: 1353 this patch: 1353
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: 1353 this patch: 1353
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 Aug. 7, 2023, 2:29 p.m. UTC
Commit 526669866140 ("tipc: let broadcast packet reception use new link receive function")
declared but never implemented this.

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

Comments

Simon Horman Aug. 8, 2023, 5:38 p.m. UTC | #1
On Mon, Aug 07, 2023 at 10:29:26PM +0800, Yue Haibing wrote:
> Commit 526669866140 ("tipc: let broadcast packet reception use new link receive function")
> declared but never implemented this.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Aug. 9, 2023, 8:10 p.m. UTC | #2
Hello:

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

On Mon, 7 Aug 2023 22:29:26 +0800 you wrote:
> Commit 526669866140 ("tipc: let broadcast packet reception use new link receive function")
> declared but never implemented this.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
> ---
>  net/tipc/link.h | 2 --
>  1 file changed, 2 deletions(-)

Here is the summary with links:
  - [net-next] tipc: Remove unused declaration tipc_link_build_bc_sync_msg()
    https://git.kernel.org/netdev/net-next/c/ca76b386d46f

You are awesome, thank you!
diff mbox series

Patch

diff --git a/net/tipc/link.h b/net/tipc/link.h
index a16f401fdabd..d80f5649b395 100644
--- a/net/tipc/link.h
+++ b/net/tipc/link.h
@@ -148,8 +148,6 @@  int tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked, u16 gap,
 			 struct tipc_gap_ack_blks *ga,
 			 struct sk_buff_head *xmitq,
 			 struct sk_buff_head *retrq);
-void tipc_link_build_bc_sync_msg(struct tipc_link *l,
-				 struct sk_buff_head *xmitq);
 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr);
 int tipc_link_bc_sync_rcv(struct tipc_link *l,   struct tipc_msg *hdr,
 			  struct sk_buff_head *xmitq);