Re: [PATCH] Add missing KERN_<level> to multilineprintk(KERN_<level>...)

From: Ralf Baechle
Date: Thu Aug 09 2007 - 08:33:24 EST


On Wed, Aug 08, 2007 at 05:28:46PM -0700, Joe Perches wrote:

> Some uses of printk are missing KERN_<level> on the second
> and subsequent lines.
>
> For instance:
>
> printk(KERN_INFO "line1: %d\nline2: %d\n", val1, val2);
>
> Line1 is marked log_level: info
> Line2 is marked log_level: unknown
>
> Some lines have trailing spaces after \n, removed where appropriate.
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

For the MIPS bits.

Acked-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx>

But not without the note that mentioned printk should be deleted because
this is not Windows 95.

Ralf
-
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/