net/e1000/base: fall through explicitly
authorGuinan Sun <guinanx.sun@intel.com>
Mon, 6 Jul 2020 08:12:01 +0000 (08:12 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 7 Jul 2020 21:38:27 +0000 (23:38 +0200)
commitdf01c0ee277d51f81d7d72501dba97550d3b6c4a
tree920afb7a03152eb3ebc20636191b4264709fd0bb
parentb14d20f1b2bb0e6d95f19963c5d7f55374e0ead9
net/e1000/base: fall through explicitly

Found some inconsistent code comments when it came to when we "fall
through", so made them more consistent and non-repetitive.

This patch adds/changes fall through comments to address new warnings
produced by gcc 7.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Todd Fujinaka <todd.fujinaka@intel.com>
Signed-off-by: Guinan Sun <guinanx.sun@intel.com>
Reviewed-by: Wei Zhao <wei.zhao1@intel.com>
drivers/net/e1000/base/e1000_82575.c
drivers/net/e1000/base/e1000_mbx.c
drivers/net/e1000/base/e1000_phy.c
drivers/net/e1000/base/e1000_vf.c