From: Eric Dumazet <eric.dumazet@gmail.com>
To: Changli Gao <xiaosuo@gmail.com>
Cc: David Miller <davem@davemloft.net>,
Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
"Pekka Savola (ipv6)" <pekkas@netcore.fi>,
James Morris <jmorris@namei.org>,
Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>,
Patrick McHardy <kaber@trash.net>, Joe Perches <joe@perches.com>,
netdev@vger.kernel.org
Subject: Re: [PATCH v2] net: arp: code cleanup
Date: Thu, 02 Sep 2010 10:27:33 +0200 [thread overview]
Message-ID: <1283416053.2454.5.camel@edumazet-laptop> (raw)
In-Reply-To: <1283415511-4772-1-git-send-email-xiaosuo@gmail.com>
Le jeudi 02 septembre 2010 à 16:18 +0800, Changli Gao a écrit :
> Replace printk(KERN_DEBUG...) with pr_debug(...).
pr_debug() is not an exact replacement of printk(KERN_DEBUG ...)
With pr_debug(), you need to recompile this file with -DDEBUG or
CONFIG_DYNAMIC_DEBUG if you want to catch the messages.
Thats the reason why Joe Perches usually doesnt touch
printk(KERN_DEBUG ...) occurrences.
next prev parent reply other threads:[~2010-09-02 8:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-02 8:18 [PATCH v2] net: arp: code cleanup Changli Gao
2010-09-02 8:27 ` Eric Dumazet [this message]
2010-09-02 17:38 ` [RFC PATCH] Add pr_dbg and pr_dbg_always (was: Re: [PATCH v2] net: arp: code cleanup) Joe Perches
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=1283416053.2454.5.camel@edumazet-laptop \
--to=eric.dumazet@gmail.com \
--cc=davem@davemloft.net \
--cc=jmorris@namei.org \
--cc=joe@perches.com \
--cc=kaber@trash.net \
--cc=kuznet@ms2.inr.ac.ru \
--cc=netdev@vger.kernel.org \
--cc=pekkas@netcore.fi \
--cc=xiaosuo@gmail.com \
--cc=yoshfuji@linux-ipv6.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox