From: Michael Ellerman Date: Thu, 1 Sep 2005 01:28:57 +0000 (+1000) Subject: [PATCH] iseries_veth: Cleanup error and debug messages X-Git-Tag: v2.6.14-rc1~1018^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a3c6966158dfd9b1279c10ea8eeb3bc7acdef4;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed