On Tue, 2014-03-11 at 10:13 -0700, Dirk Brandewie wrote: > On 03/11/2014 10:03 AM, Soren Brinkmann wrote: > > From: Joe Perches <joe@xxxxxxxxxxx> > > - Add missing newlines > > - Coalesce format fragments > > - Convert printks to pr_<level> > > - Align arguments > This introduces a bunch of lines over 80 charaters long. Intentionally. from: Documentation/CodingStyle Chapter 2: Breaking long lines and strings Coding style is all about readability and maintainability using commonly available tools. [] never break user-visible strings such as printk messages, because that breaks the ability to grep for them. -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html