rtl8139: unify the struct's name
authorJianjun Kong <jianjun@zeuux.org>
Mon, 20 Apr 2009 04:05:34 +0000 (04:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Apr 2009 09:02:53 +0000 (02:02 -0700)
unify the struct's name of "struct rtl8139_private *np" to "struct rtl8139_private *tp"

most of them like this:
struct rtl8139_private *tp = netdev_priv(dev);

Signed-off-by: Amos Kong <jianjun@zeuux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found