Commit 3b2c32f9 authored by Qiheng Lin's avatar Qiheng Lin Committed by David S. Miller

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: default avatarQiheng Lin <linqiheng@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b58c4649
......@@ -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]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment