netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] udp: Remove duplicate included header file trace/events/udp.h
@ 2024-07-06  7:11 Thorsten Blum
  2024-07-06 12:13 ` Simon Horman
  2024-07-09 11:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Thorsten Blum @ 2024-07-06  7:11 UTC (permalink / raw)
  To: davem, dsahern, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, Thorsten Blum

Remove duplicate included header file trace/events/udp.h and the
following warning reported by make includecheck:

  trace/events/udp.h is included more than once

Compile-tested only.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 net/ipv6/udp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index c81a07ac0463..bfd7fff1bc0c 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -46,7 +46,6 @@
 #include <net/tcp_states.h>
 #include <net/ip6_checksum.h>
 #include <net/ip6_tunnel.h>
-#include <trace/events/udp.h>
 #include <net/xfrm.h>
 #include <net/inet_hashtables.h>
 #include <net/inet6_hashtables.h>
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] udp: Remove duplicate included header file trace/events/udp.h
  2024-07-06  7:11 [PATCH net-next] udp: Remove duplicate included header file trace/events/udp.h Thorsten Blum
@ 2024-07-06 12:13 ` Simon Horman
  2024-07-09 11:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-07-06 12:13 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: davem, dsahern, edumazet, kuba, pabeni, netdev, linux-kernel

On Sat, Jul 06, 2024 at 09:11:33AM +0200, Thorsten Blum wrote:
> Remove duplicate included header file trace/events/udp.h and the
> following warning reported by make includecheck:
> 
>   trace/events/udp.h is included more than once
> 
> Compile-tested only.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>

Thanks, I see that trace/events/udp.h is also included on line 36.

Reviewed-by: Simon Horman <horms@kernel.org>

> ---
>  net/ipv6/udp.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
> index c81a07ac0463..bfd7fff1bc0c 100644
> --- a/net/ipv6/udp.c
> +++ b/net/ipv6/udp.c
> @@ -46,7 +46,6 @@
>  #include <net/tcp_states.h>
>  #include <net/ip6_checksum.h>
>  #include <net/ip6_tunnel.h>
> -#include <trace/events/udp.h>
>  #include <net/xfrm.h>
>  #include <net/inet_hashtables.h>
>  #include <net/inet6_hashtables.h>
> -- 
> 2.45.2
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] udp: Remove duplicate included header file trace/events/udp.h
  2024-07-06  7:11 [PATCH net-next] udp: Remove duplicate included header file trace/events/udp.h Thorsten Blum
  2024-07-06 12:13 ` Simon Horman
@ 2024-07-09 11:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-07-09 11:40 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: davem, dsahern, edumazet, kuba, pabeni, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Sat,  6 Jul 2024 09:11:33 +0200 you wrote:
> Remove duplicate included header file trace/events/udp.h and the
> following warning reported by make includecheck:
> 
>   trace/events/udp.h is included more than once
> 
> Compile-tested only.
> 
> [...]

Here is the summary with links:
  - [net-next] udp: Remove duplicate included header file trace/events/udp.h
    https://git.kernel.org/netdev/net-next/c/0787ab206f80

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-09 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-06  7:11 [PATCH net-next] udp: Remove duplicate included header file trace/events/udp.h Thorsten Blum
2024-07-06 12:13 ` Simon Horman
2024-07-09 11:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).