Commit 7fe85bb3 authored by huangjunxian's avatar huangjunxian Committed by Jakub Kicinski
Browse files

net: ll_temac: axienet: delete unnecessary blank lines and spaces



Cleaning some static warnings of indent.

Signed-off-by: default avatarhuangjunxian <huangjunxian6@hisilicon.com>
Signed-off-by: default avatarHaoyue Xu <xuhaoyue1@hisilicon.com>
Reviewed-by: default avatarHarini Katakam <harini.katakam@amd.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a0a85097
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1013,7 +1013,6 @@ static void ll_temac_recv(struct net_device *ndev)
		if (((lp->temac_features & TEMAC_FEATURE_RX_CSUM) != 0) &&
		    (skb->protocol == htons(ETH_P_IP)) &&
		    (skb->len > 64)) {

			/* Convert from device endianness (be32) to cpu
			 * endianness, and if necessary swap the bytes
			 * (back) for proper IP checksum byte order
+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.