ixgbe: fix VLAN filter missing brackets
authorAaron Conole <aconole@redhat.com>
Tue, 22 Mar 2016 21:37:15 +0000 (17:37 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 31 Mar 2016 15:09:56 +0000 (17:09 +0200)
commitc0de18e856d8c6b4e98ca198091ec7c3528c38e4
treeee2f1384463c13f8809cd5e5f1bc26f5d476adcc
parentd3ff9b833441c6983534e7eb8df14fbe700d5488
ixgbe: fix VLAN filter missing brackets

The ixgbe vlan filter code has an if check with an incorrect whitespace.

Fixes: fe3a45fd4104 ("ixgbe: add VMDq support")

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c