From: Michael Ellerman Date: Thu, 1 Sep 2005 01:29:29 +0000 (+1000) Subject: [PATCH] iseries_veth: Be consistent about driver name, increment version X-Git-Tag: v2.6.14-rc1~1018^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee05f031ec72cc06abc4002992649c3a8344d246;p=pandora-kernel.git [PATCH] iseries_veth: Be consistent about driver name, increment version The iseries_veth driver tells sysfs that it's called 'iseries_veth', but if you ask it via ethtool it thinks it's called 'veth'. I think this comes from 2.4 when the driver was called 'veth', but it's definitely called 'iseries_veth' now, so fix it. To make sure we don't do it again define DRV_NAME and use it everywhere. While we're at it, change the version number to 2.0, to reflect the changes made in this patch series. Signed-off-by: Michael Ellerman Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed