commit | 3bf2379a2fb4a04429d99d26e3bf751f7946df74 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Wed Apr 09 06:03:17 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri May 23 05:28:30 2014 -0700 |
tree | e9efb965d73365db6469fe8a9afcc0720a94bdbc | |
parent | 8105ecdf3a5b7b327244b85a6f92d55fffd5f24e [diff] |
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>