Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Qiheng Lin and committed by
David S. Miller
3b2c32f9 b58c4649

+1 -1
+1 -1
drivers/net/ethernet/mediatek/mtk_ppe.c
··· 267 267 default: 268 268 WARN_ON_ONCE(1); 269 269 return -EINVAL; 270 - }; 270 + } 271 271 272 272 for (i = 0; i < 4; i++) 273 273 src[i] = be32_to_cpu(src_addr[i]);