Re: [PATCH net-next] drivers/net/qlge: Use pr_<level>, shrink texta bit

From: David Miller
Date: Wed Jul 21 2010 - 16:57:53 EST


From: Joe Perches <joe@xxxxxxxxxxx>
Date: Mon, 19 Jul 2010 14:49:08 -0700

> Add and use a few neatening macros
> Remove PFX
> Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> Convert printk(KERN_ERR to pr_err(
>
> $ size drivers/net/qlge/built-in.o.*
> text data bss dec hex filename
> 116456 2312 25712 144480 23460 drivers/net/qlge/built-in.o.old
> 114909 2312 25728 142949 22e65 drivers/net/qlge/built-in.o.new
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

Applied, thanks Joe.
--
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/