git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b67dd
)
rtl8139: unify the struct's name
author
Jianjun Kong
<jianjun@zeuux.org>
Mon, 20 Apr 2009 04:05:34 +0000
(
04:05
+0000)
committer
David 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