commit | 375ce90eab7ee1c87eefa2cd312b0be9ac961082 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Mon Jul 10 13:23:05 2017 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Oct 02 07:42:15 2017 -0700 |
tree | 844e4975c8525aa14fa9f6df21e862dff2b4e3cb | |
parent | 5c66d1251d67714e9f6e6b0af18ca989109b876f [diff] |
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>