[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEMzQTbgr58FXHvDpqu3Gak5sNu7s8=dCdNk__YkWQzUUfy7oQ@mail.gmail.com>
Date: Sat, 21 Jan 2012 09:13:56 -0800
From: sam hansen <solid.se7en@...il.com>
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: Arnaud Patard <arnaud.patard@...-net.org>,
Greg Kroah-Hartman <gregkh@...e.de>,
Aaro Koskinen <aaro.koskinen@....fi>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] xgifb: checkpatch cleanup, printk() KERN_*
> It doesn't make sense to do this. KERN_ERR puts a "<3>" in front of
> the line so we know how important it is, but it's a blank line
> because of the "\n" at the start.
>
> Also the should probably be using pr_err() or dev_err().
>
> ...
>
> These put a "<3>" in the middle of the line which doesn't help
> anyone. Rewrite it so it's on one line. Get rid of the OK line.
Ah yes. I will fold things up so that printk isn't adding level
messages in the middle of the line. In the case where the dmesg line
is incrementally being built up, I may patch the generating logic so
everything is made from a single call to printk.
Thanks for the feedback. I am just picking this up and this is my 2nd
patch (set?) ever :)
~s
--
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