[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1310600516.1662.43.camel@Joe-Laptop>
Date: Wed, 13 Jul 2011 16:41:56 -0700
From: Joe Perches <joe@...ches.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Andy Whitcroft <apw@...onical.com>,
Kalle Valo <kvalo@....qualcomm.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] checkpatch.pl: Update $logFunctions
On Wed, 2011-07-13 at 16:16 -0700, Andrew Morton wrote:
> On Wed, 13 Jul 2011 09:05:47 -0700
> Joe Perches <joe@...ches.com> wrote:
> > Allow numbers in leading prefix.
> > Add logging functions with _once and _ratelimit.
> > Add <prefix>_printk.
> I look at this description wondering "hm, what does this do to
> checkpatch behaviour" and realize I have not a clue.
> Oh well, I'll trust you ;)
Not necessarily a good plan...
Perhaps this description instead:
[PATCH] checkpatch.pl: Allow more printk types (<prefix>_<level>) to be > 80 cols
Previous behavior allowed only alphabetic prefixes
like pr_info to exceed the 80 column line length limit.
ath6kl wants to add a digit into the prefix, so allow
numbers as well as digits in the <prefix>_<level> printks.
<prefix>_<level>_ratelimited and <prefix>_<level>_once
and WARN_RATELIMIT and WARN_ONCE may now exceed 80 cols.
Add missing <prefix>_printk type for completeness.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists