[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1242949939.3373.149.camel@Joe-Laptop.home>
Date: Thu, 21 May 2009 16:52:19 -0700
From: Joe Perches <joe@...ches.com>
To: Dave Jones <davej@...hat.com>
Cc: linux-kernel@...r.kernel.org, cpufreq@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...e.de>,
"H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...hat.com>,
x86@...r.kernel.org, Len Brown <len.brown@...el.com>,
Mike Travis <travis@....com>,
Rusty Russell <rusty@...tcorp.com.au>,
Thomas Gleixner <tglx@...utronix.de>,
Venkatesh Pallipadi <venkatesh.pallipadi@...el.com>
Subject: Re: [PATCH 2/3] arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: Use
DO_ONCE & spelling fix
On Thu, 2009-05-21 at 19:47 -0400, Dave Jones wrote:
> I just think it's a less readable variant of the same thing.
> The shouty macro, the extra level of brackets, the whole thing
> just seems to be ugly to me with no redeeming feature.
>
> What does doing this change really bring us?
The ability to use pr_<foo> types rather than printk_once(KERN_<foo>
and have the pr_fmt macro function correctly.
DO_ONCE(pr_info(
vs
printk_once(KERN_INFO
--
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