From: Ameya Palande on
Hi Chihau,

On Thu, Feb 25, 2010 at 10:40 PM, Chihau Chau <chihau(a)gmail.com> wrote:
> From: Chihau Chau <chihau(a)gmail.com>
>
> This fixes some coding style issues like include KERN_ facility levels
> in some printk() and one trailing whitespace error.
>
> Signed-off-by: Chihau Chau <chihau(a)gmail.com>

While you are at it, instead of using printk(KERN_INFO ""); you can also use
pr_info();

Cheers,
Ameya.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/