diff mbox series

[net-next] tipc: Remove unused struct declaration

Message ID 20240709143410.352006-1-syoshida@redhat.com (mailing list archive)
State Accepted
Commit 534ea0a95e2d7b31eb1e1248d04edaffed75e366
Delegated to: Netdev Maintainers
Headers show
Series [net-next] tipc: Remove unused struct declaration | 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/ynl success Generated files up to date; no warnings/errors; no diff in generated;
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: 816 this patch: 816
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/build_clang success Errors and warnings before: 821 this patch: 821
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: 821 this patch: 821
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-07-11--18-00 (tests: 696)

Commit Message

Shigeru Yoshida July 9, 2024, 2:34 p.m. UTC
struct tipc_name_table in core.h is not used. Remove this declaration.

Signed-off-by: Shigeru Yoshida <syoshida@redhat.com>
---
 net/tipc/core.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tung Nguyen July 10, 2024, 5:15 a.m. UTC | #1
>struct tipc_name_table in core.h is not used. Remove this declaration.
>
>Signed-off-by: Shigeru Yoshida <syoshida@redhat.com>
>---
> net/tipc/core.h | 1 -
> 1 file changed, 1 deletion(-)
>
>diff --git a/net/tipc/core.h b/net/tipc/core.h index 7eccd97e0609..7f3fe3401c45 100644
>--- a/net/tipc/core.h
>+++ b/net/tipc/core.h
>@@ -72,7 +72,6 @@ struct tipc_node;
> struct tipc_bearer;
> struct tipc_bc_base;
> struct tipc_link;
>-struct tipc_name_table;
> struct tipc_topsrv;
> struct tipc_monitor;
> #ifdef CONFIG_TIPC_CRYPTO
>--
>2.45.2
>
Reviewed-by: Tung Nguyen <tung.q.nguyen@endava.com>

The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Any opinions expressed are mine and do not necessarily represent the opinions of the Company. Emails are susceptible to interference. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is strictly prohibited and may be unlawful. If you have received this message in error, do not open any attachments but please notify the Endava Service Desk on (+44 (0)870 423 0187), and delete this message from your system. The sender accepts no responsibility for information, errors or omissions in this email, or for its use or misuse, or for any act committed or omitted in connection with this communication. If in doubt, please verify the authenticity of the contents with the sender. Please rely on your own virus checkers as no responsibility is taken by the sender for any damage rising out of any bug or virus infection.

Endava plc is a company registered in England under company number 5722669 whose registered office is at 125 Old Broad Street, London, EC2N 1AR, United Kingdom. Endava plc is the Endava group holding company and does not provide any services to clients. Each of Endava plc and its subsidiaries is a separate legal entity and has no liability for another such entity's acts or omissions.
patchwork-bot+netdevbpf@kernel.org July 12, 2024, 2:50 a.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue,  9 Jul 2024 23:34:10 +0900 you wrote:
> struct tipc_name_table in core.h is not used. Remove this declaration.
> 
> Signed-off-by: Shigeru Yoshida <syoshida@redhat.com>
> ---
>  net/tipc/core.h | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - [net-next] tipc: Remove unused struct declaration
    https://git.kernel.org/netdev/net-next/c/534ea0a95e2d

You are awesome, thank you!
diff mbox series

Patch

diff --git a/net/tipc/core.h b/net/tipc/core.h
index 7eccd97e0609..7f3fe3401c45 100644
--- a/net/tipc/core.h
+++ b/net/tipc/core.h
@@ -72,7 +72,6 @@  struct tipc_node;
 struct tipc_bearer;
 struct tipc_bc_base;
 struct tipc_link;
-struct tipc_name_table;
 struct tipc_topsrv;
 struct tipc_monitor;
 #ifdef CONFIG_TIPC_CRYPTO