On Wed, Oct 20, 2010 at 06:51:52AM -0000, Joe Perches wrote:
> Added #define pr_fmt KBUILD_MODNAME ": " fmt
> Converted printks to pr_<level>
> Coalesced any long formats
> Removed prefixes from formats
>
> Signed-off-by: Joe Perches <[email protected]>
>
Applied, with a minor change. checkpatch.pl complains about line lengths
around lines 1336 and 1342. I used the original split instead of the one-line
text.
Thanks,
Guenter