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)
commit375ce90eab7ee1c87eefa2cd312b0be9ac961082
tree844e4975c8525aa14fa9f6df21e862dff2b4e3cb
parent5c66d1251d67714e9f6e6b0af18ca989109b876f
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