From: Andrew Morton Unfortunately this silly driver uses 4-col tabstops. Cc: John W. Linville Signed-off-by: Andrew Morton --- drivers/net/3c59x.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/3c59x.c~3c59x-support-ethtool_gpermaddr-fix drivers/net/3c59x.c --- 25/drivers/net/3c59x.c~3c59x-support-ethtool_gpermaddr-fix Mon Sep 12 15:33:22 2005 +++ 25-akpm/drivers/net/3c59x.c Mon Sep 12 15:33:22 2005 @@ -3061,7 +3061,7 @@ static struct ethtool_ops vortex_ethtool .set_settings = vortex_set_settings, .get_link = vortex_get_link, .nway_reset = vortex_nway_reset, - .get_perm_addr = ethtool_op_get_perm_addr, + .get_perm_addr = ethtool_op_get_perm_addr, }; #ifdef CONFIG_PCI _