forked from Minki/linux
net: ethernet: mtk_eth_soc: remove unneeded semicolon
Eliminate the following coccicheck warning: drivers/net/ethernet/mediatek/mtk_ppe.c:270:2-3: Unneeded semicolon Signed-off-by: Qiheng Lin <linqiheng@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b58c4649d9
commit
3b2c32f96e
@ -267,7 +267,7 @@ int mtk_foe_entry_set_ipv6_tuple(struct mtk_foe_entry *entry,
|
||||
default:
|
||||
WARN_ON_ONCE(1);
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
|
||||
for (i = 0; i < 4; i++)
|
||||
src[i] = be32_to_cpu(src_addr[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user