All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Eric Leblond <eric@inl.fr>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: PATCH] nfnetlink_queue Fix typo on debug message
Date: Fri, 11 Aug 2006 00:23:00 +0200	[thread overview]
Message-ID: <44DBB1C4.5080901@trash.net> (raw)
In-Reply-To: <1155218132.10883.3.camel@localhost.localdomain>

Eric Leblond wrote:
> This patch fixes a trivial typo in nfnetlink_queue.
> 
> Signed-off-by: Eric Leblond <eric@inl.fr>
> ---
>  net/netfilter/nfnetlink_queue.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/net/netfilter/nfnetlink_queue.c b/net/netfilter/nfnetlink_queue.c
> index 86a4ac3..d9a2ad8 100644
> --- a/net/netfilter/nfnetlink_queue.c
> +++ b/net/netfilter/nfnetlink_queue.c
> @@ -584,7 +584,7 @@ nfqnl_enqueue_packet(struct sk_buff *skb
>                  queue->queue_dropped++;
>  		status = -ENOSPC;
>  		if (net_ratelimit())
> -		          printk(KERN_WARNING "ip_queue: full at %d entries, "
> +		          printk(KERN_WARNING "nf_queue: full at %d entries, "
>  				 "dropping packets(s). Dropped: %d\n", 
>  				 queue->queue_total, queue->queue_dropped);
>  		goto err_out_free_nskb;


You missed one spot. It should actually say nfnetlink_queue I guess, but
I'm too lazy to fix up all those printks :)

      reply	other threads:[~2006-08-10 22:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-10 13:55 PATCH] nfnetlink_queue Fix typo on debug message Eric Leblond
2006-08-10 22:23 ` Patrick McHardy [this message]

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=44DBB1C4.5080901@trash.net \
    --to=kaber@trash.net \
    --cc=eric@inl.fr \
    --cc=netfilter-devel@lists.netfilter.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.