Fixed the following warning: [-Werror=misleading-indentation] CRs-Fixed: 2689691 Change-Id: I86c34921957c2b327e5e8d613a6d776cb71e25e8
@@ -383,11 +383,11 @@ int dp_wrap_mat_tx(struct dp_wrap_vdev *wvdev, wbuf_t buf)
if (pktlen < contig_len)
return -EINVAL;
- /*replace the HW address with the VMA*/
- phwaddr = (eth_icmp6_lladdr_t *)
- ((u8 *)(p_icmp6 + 1));
- break;
- }
+ /*replace the HW address with the VMA*/
+ phwaddr = (eth_icmp6_lladdr_t *)
+ ((u8 *)(p_icmp6 + 1));
+ break;
+ }
default:
change_packet = 0;
break;