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:
7b18ef0
)
net: do not name the pointer to struct net_device net
author
WANG Cong
<xiyou.wangcong@gmail.com>
Wed, 23 Jul 2014 23:09:10 +0000
(16:09 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 25 Jul 2014 06:33:55 +0000
(23:33 -0700)
"net" is normally for struct net*, pointer to struct net_device
should be named to either "dev" or "ndev" etc.
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found