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)
commitd035fbccc4edd2bd69d9314faf03ba832b85a1d7
treeb63c9fc4166e8fc90e309835173e60a11e5def5c
parentb1b67dd45a6b629eb41553856805aaa1614fbb83
rtl8139: unify the struct's name

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>
drivers/net/8139too.c