* [PATCH net-next] l2tp: Remove duplicate included header file trace.h
@ 2024-07-03 6:11 Thorsten Blum
2024-07-03 13:50 ` Michal Kubiak
2024-07-04 11:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Thorsten Blum @ 2024-07-03 6:11 UTC (permalink / raw)
To: davem, edumazet, kuba, pabeni
Cc: samuel.thibault, tparkin, netdev, linux-kernel, Thorsten Blum
Remove duplicate included header file trace.h and the following warning
reported by make includecheck:
trace.h is included more than once
Compile-tested only.
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
net/l2tp/l2tp_core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
index 88a34db265d8..e45e38be1e7c 100644
--- a/net/l2tp/l2tp_core.c
+++ b/net/l2tp/l2tp_core.c
@@ -61,7 +61,6 @@
#include <linux/atomic.h>
#include "l2tp_core.h"
-#include "trace.h"
#define CREATE_TRACE_POINTS
#include "trace.h"
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] l2tp: Remove duplicate included header file trace.h
2024-07-03 6:11 [PATCH net-next] l2tp: Remove duplicate included header file trace.h Thorsten Blum
@ 2024-07-03 13:50 ` Michal Kubiak
2024-07-04 11:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Michal Kubiak @ 2024-07-03 13:50 UTC (permalink / raw)
To: Thorsten Blum
Cc: davem, edumazet, kuba, pabeni, samuel.thibault, tparkin, netdev,
linux-kernel
On Wed, Jul 03, 2024 at 08:11:48AM +0200, Thorsten Blum wrote:
> Remove duplicate included header file trace.h and the following warning
> reported by make includecheck:
>
> trace.h is included more than once
>
> Compile-tested only.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> ---
> net/l2tp/l2tp_core.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
> index 88a34db265d8..e45e38be1e7c 100644
> --- a/net/l2tp/l2tp_core.c
> +++ b/net/l2tp/l2tp_core.c
> @@ -61,7 +61,6 @@
> #include <linux/atomic.h>
>
> #include "l2tp_core.h"
> -#include "trace.h"
>
> #define CREATE_TRACE_POINTS
> #include "trace.h"
> --
> 2.45.2
>
>
Reviewed-by: Michal Kubiak <michal.kubiak@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] l2tp: Remove duplicate included header file trace.h
2024-07-03 6:11 [PATCH net-next] l2tp: Remove duplicate included header file trace.h Thorsten Blum
2024-07-03 13:50 ` Michal Kubiak
@ 2024-07-04 11:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-07-04 11:00 UTC (permalink / raw)
To: Thorsten Blum
Cc: davem, edumazet, kuba, pabeni, samuel.thibault, tparkin, netdev,
linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Wed, 3 Jul 2024 08:11:48 +0200 you wrote:
> Remove duplicate included header file trace.h and the following warning
> reported by make includecheck:
>
> trace.h is included more than once
>
> Compile-tested only.
>
> [...]
Here is the summary with links:
- [net-next] l2tp: Remove duplicate included header file trace.h
https://git.kernel.org/netdev/net-next/c/47c130130de2
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-04 11:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 6:11 [PATCH net-next] l2tp: Remove duplicate included header file trace.h Thorsten Blum
2024-07-03 13:50 ` Michal Kubiak
2024-07-04 11:00 ` 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).