summary refs log tree commit diff
path: root/net/core
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-04-22 19:34:34 -0400
committerDavid S. Miller <davem@davemloft.net>2013-04-22 19:34:34 -0400
commit55fbbe46e9eb3cbe6c335503f5550855a1128dce (patch)
treeb4edca6229d301dc9b17c3706f65ff76a244505c /net/core
parente5905c8352805373784b9df045de6f2864ab62ce (diff)
downloadlinux-55fbbe46e9eb3cbe6c335503f5550855a1128dce.tar.gz
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 'net/core')
0 files changed, 0 insertions, 0 deletions