diff options
author | David S. Miller <davem@davemloft.net> | 2013-04-22 19:34:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-22 19:34:34 -0400 |
commit | 55fbbe46e9eb3cbe6c335503f5550855a1128dce (patch) | |
tree | b4edca6229d301dc9b17c3706f65ff76a244505c /drivers/net/bonding | |
parent | e5905c8352805373784b9df045de6f2864ab62ce (diff) |
net: Fix vlan bitmask changes in EHEA driver.
This driver uses the crummy "| foo" style, putting the
logical operation at the beginning of lines. Then
when the VLAN tag flag bits got changed the operator
ended up at both the end and the beginning of some lines.
Fix the build error by having it uniformly use the operator
at the end of the line.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding')
0 files changed, 0 insertions, 0 deletions