netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Kubiak <michal.kubiak@intel.com>
To: Thorsten Blum <thorsten.blum@toblux.com>
Cc: <davem@davemloft.net>, <edumazet@google.com>, <kuba@kernel.org>,
	<pabeni@redhat.com>, <samuel.thibault@ens-lyon.org>,
	<tparkin@katalix.com>, <netdev@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH net-next] l2tp: Remove duplicate included header file trace.h
Date: Wed, 3 Jul 2024 15:50:53 +0200	[thread overview]
Message-ID: <ZoVXPZeO21VT8PEN@localhost.localdomain> (raw)
In-Reply-To: <20240703061147.691973-2-thorsten.blum@toblux.com>

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>

  reply	other threads:[~2024-07-03 13:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2024-07-04 11:00 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZoVXPZeO21VT8PEN@localhost.localdomain \
    --to=michal.kubiak@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=thorsten.blum@toblux.com \
    --cc=tparkin@katalix.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).