mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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: 9a225f81f5
("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>
This commit is contained in:
parent
02f393381d
commit
2bcd5b9f35
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue