net/ixgbe: add switch fall-through comments
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 4 May 2017 15:38:16 +0000 (16:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 16:36:55 +0000 (18:36 +0200)
commit6104a5224d9b263297aa7c88aab8ba099202b676
tree4ee9e1ed97bf4f4e4f295a40d229ddca3d7507c0
parentf91e80c66c0330b55e5e66fb87b3eeeb79790ee8
net/ixgbe: add switch fall-through comments

Add a comment documenting explicitly that we are falling through the case
statements to the next one.

Fixes: f9072f8b90bb ("ixgbe: migrate flow director filtering to new API")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/ixgbe_fdir.c