From: Joe Perches <joe@perches.com>
To: Greg KH <greg@kroah.com>
Cc: "Mark A. Allyn" <mark.a.allyn@intel.com>,
linux-kernel@vger.kernel.org, alan@linux.intel.com,
jayant.mangalampalli@intel.com, venkat.r.gokulrangan@intel.com
Subject: Re: Re-send (What else needs to be done to the sep driver (staging/sep))
Date: Wed, 13 Apr 2011 16:12:59 -0700 [thread overview]
Message-ID: <1302736379.11415.57.camel@Joe-Laptop> (raw)
In-Reply-To: <20110413224621.GA4909@kroah.com>
On Wed, 2011-04-13 at 15:46 -0700, Greg KH wrote:
> I don't like seeing every individual driver have its own way of handling
> debug macros, that's crazy.
That's your preference not mine.
> For larger stuff like networking, yes, they can do that, and that's
> fine. They also were doing this before the dev_* macros came along,
> just like USB did, so there is historical precident there.
I added netdev_<level> and netif_<level>.
> But again, not for a new driver, don't redefine the existing macros just
> because you don't like typing a few extra characters...
You are not the driver maintainer and those decisions
are driver maintainer decisions not yours.
Check this out:
$ grep -rP -oh --include=*.[ch] \
"\b[a-z]+_(dbg|alert|crit|emerg|notice|warn|err|info)\b\s*\(" drivers | \
sed -e 's/(//g' -r -e 's/\s*//g' | \
sort | uniq | wc -l
266
Most all of those are different logging forms.
So, not crazy, just not your preference.
I've put in some effort trying to standardize logging
messages and mechanisms as well, and I think
<prefix>_<level>(struct *, fmt, ..._
is a perfectly good and understandable style.
I do not suggest using some arbitrary prefix just for the
sake of it, only when there is a specific structure that
can be used.
cheers, Joe
next prev parent reply other threads:[~2011-04-13 23:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-13 21:29 Re-send (What else needs to be done to the sep driver (staging/sep)) Mark A. Allyn
2011-04-13 21:56 ` Randy Dunlap
2011-04-13 22:22 ` Mark A. Allyn
2011-04-13 22:46 ` Greg KH
2011-04-13 23:41 ` Joe Perches
2011-04-13 21:56 ` Joe Perches
2011-04-13 22:23 ` Greg KH
2011-04-13 22:30 ` Joe Perches
2011-04-13 22:46 ` Greg KH
2011-04-13 23:12 ` Joe Perches [this message]
2011-04-14 14:46 ` Allyn, Mark A
2011-04-14 14:55 ` Alan Cox
2011-04-14 14:57 ` Allyn, Mark A
2011-04-26 0:40 ` Greg KH
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=1302736379.11415.57.camel@Joe-Laptop \
--to=joe@perches.com \
--cc=alan@linux.intel.com \
--cc=greg@kroah.com \
--cc=jayant.mangalampalli@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.a.allyn@intel.com \
--cc=venkat.r.gokulrangan@intel.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