From: Arjan van de Ven Date: Sun, 5 Oct 2008 07:35:05 +0000 (+0000) Subject: netdev: uniquify the tx_timeout name X-Git-Tag: v2.6.28-rc1~717^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4cb1337b7c23b91a0f01f661c3f004fc3d3c1a;p=pandora-kernel.git netdev: uniquify the tx_timeout name there's several drivers that have use "tx_timeout" for the .. tx timeout function. All fine with that, they're static, however for doing stats on how often which driver hits the timeout it's a tad unfortunate. The patch below gives the ones I found in the kerneloops.org database unique names. Signed-off-by: Arjan van de Ven Signed-off-by: David S. Miller --- Reading git-diff-tree failed