]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] iseries_veth: Cleanup error and debug messages
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 1 Sep 2005 01:28:57 +0000 (11:28 +1000)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 1 Sep 2005 02:37:56 +0000 (22:37 -0400)
commit61a3c6966158dfd9b1279c10ea8eeb3bc7acdef4
tree299cc2a18fea9eb046a32e6f7ec3a2db13f16ad4
parentafc7097f45bdfddc2a0d375ef4a2c38b6e09c339
[PATCH] iseries_veth: Cleanup error and debug messages

Currently the iseries_veth driver prints the file name and line number in its
error messages. This isn't very useful for most users, so just print
"iseries_veth: message" instead.

 - convert uses of veth_printk() to veth_debug()/veth_error()/veth_info()
 - make terminology consistent, ie. always refer to LPAR not lpar
 - be consistent about printing return codes as %d not %x
 - make format strings fit in 80 columns

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/iseries_veth.c