From: Wojciech Drewek <[email protected]>

Fix the following warning as reported by smatch:

New 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 <[email protected]>
Signed-off-by: Wojciech Drewek <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
---
 drivers/net/ethernet/intel/ice/ice_switch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/intel/ice/ice_switch.c 
b/drivers/net/ethernet/intel/ice/ice_switch.c
index 7f3d97595890..25b8f6f726eb 100644
--- a/drivers/net/ethernet/intel/ice/ice_switch.c
+++ b/drivers/net/ethernet/intel/ice/ice_switch.c
@@ -5565,7 +5565,7 @@ ice_find_dummy_packet(struct ice_adv_lkup_elem *lkups, 
u16 lkups_cnt,
                                        *offsets = 
dummy_ipv6_gtpu_ipv4_udp_packet_offsets;
                                } else {
                                        *pkt = dummy_ipv6_gtpu_ipv4_tcp_packet;
-                               *pkt_len = 
sizeof(dummy_ipv6_gtpu_ipv4_tcp_packet);
+                                       *pkt_len = 
sizeof(dummy_ipv6_gtpu_ipv4_tcp_packet);
                                        *offsets = 
dummy_ipv6_gtpu_ipv4_tcp_packet_offsets;
                                }
                        }
-- 
2.31.1

Reply via email to