ixgbe: add /* fallthrough */ comment to case statements
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 9 Apr 2014 06:03:17 +0000 (06:03 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 May 2014 12:28:30 +0000 (05:28 -0700)
commit3bf2379a2fb4a04429d99d26e3bf751f7946df74
treee9efb965d73365db6469fe8a9afcc0720a94bdbc
parent8105ecdf3a5b7b327244b85a6f92d55fffd5f24e
ixgbe: add /* fallthrough */ comment to case statements

This semicomplex switch-case has various fallthrough portions, that were
not indicated by a /* fallthrough */ comment.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c