ice: Fix inconsistent indenting in ice_switch
authorWojciech Drewek <wojciech.drewek@intel.com>
Mon, 14 Mar 2022 16:43:14 +0000 (17:43 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 16 Mar 2022 17:26:43 +0000 (10:26 -0700)
commit2bcd5b9f357d5359cff2ad6d1e68e0a606d02870
treea4b2d5bf3aebcf51bbd18b63a6b653a08f182174
parent02f393381d14df948918f5021486e1197c05a21f
ice: Fix inconsistent indenting in ice_switch

Fix the following warning as reported by smatch:

smatch warnings:
drivers/net/ethernet/intel/ice/ice_switch.c:5568 ice_find_dummy_packet() warn: inconsistent indenting

Fixes: 9a225f81f540 ("ice: Support GTP-U and GTP-C offload in switchdev")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Wojciech Drewek <wojciech.drewek@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_switch.c