Home
last modified time | relevance | path

Searched hist:"0 c0667a8548ef2985038a5a1d0fa0f64e2774694" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/8021q/
H A Dvlan.cdiff 0c0667a8548ef2985038a5a1d0fa0f64e2774694 Sat Aug 03 03:54:50 CDT 2013 Wang Sheng-Hui <shhuiw@gmail.com> vlan: cleanup the usage of vlan_dev_priv(dev)

This patch cleanup 2 points for the usage of vlan_dev_priv(dev):
* In vlan_dev.c/vlan_dev_hard_header, we should use the var *vlan directly
after grabing the pointer at the beginning with
*vlan = vlan_dev_priv(dev);
when we need to access the fields of *vlan.
* In vlan.c/register_vlan_device, add the var *vlan pointer
struct vlan_dev_priv *vlan;
to cleanup the code to access the fields of vlan_dev_priv(new_dev).

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dvlan_dev.cdiff 0c0667a8548ef2985038a5a1d0fa0f64e2774694 Sat Aug 03 03:54:50 CDT 2013 Wang Sheng-Hui <shhuiw@gmail.com> vlan: cleanup the usage of vlan_dev_priv(dev)

This patch cleanup 2 points for the usage of vlan_dev_priv(dev):
* In vlan_dev.c/vlan_dev_hard_header, we should use the var *vlan directly
after grabing the pointer at the beginning with
*vlan = vlan_dev_priv(dev);
when we need to access the fields of *vlan.
* In vlan.c/register_vlan_device, add the var *vlan pointer
struct vlan_dev_priv *vlan;
to cleanup the code to access the fields of vlan_dev_priv(new_dev).

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>