Re: [PATCH] acpi processor: simplify needlessly complex printk

From: Justin P. Mattock
Date: Sun Jun 28 2009 - 18:50:41 EST


Frans Pop wrote:
On Monday 29 June 2009, Justin P. Mattock wrote:
Would it be better to capitalize the S and add a period at the
end, or does it not matter?

Kernel messages are in general not sentences.

I thought of removing the parenteses, but if you look at the context of
the message then that only makes sense if other messages are modified at
the same time. The messages below appear together for my system and their
consistency could definitely be improved, but IMO that's better done in a
separate patch.

ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
processor LNXCPU:00: registered as cooling_device7
ACPI: Processor [CPU0] (supports 8 throttling states)

Cool, thanks for the info.
I found Documentation/CodingStyle
Chapter 13: Printing kernel messages
Kernel messages do not have to be terminated with a period.
(Sh^t I was going to submit some patches that made proper
some messages, and comments)
I guess I have to learn to change code, instead of messages!

Justin P. Mattock
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/