]> git.baikalelectronics.ru Git - kernel.git/commit
fm10k: fix typos on fall through comments
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 10 Jul 2017 20:23:05 +0000 (13:23 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 2 Oct 2017 14:42:15 +0000 (07:42 -0700)
commitbe3de849350659089ea3f7bcbd91bc92c40a1034
tree844e4975c8525aa14fa9f6df21e862dff2b4e3cb
parent461d2d2ff14635d2dd1bac5867025cd4c2a06373
fm10k: fix typos on fall through comments

Newer versions of GCC since version 7 now warn when a case statement may
fall through without an explicit comment. "Fallthough" does not count as
it is misspelled. Fix the typos for these comments to appease the new
warnings.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_mbx.c
drivers/net/ethernet/intel/fm10k/fm10k_pf.c