forked from Minki/linux
Trivial fix to spelling mistake in arc_printk message
Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5b85840320
commit
06908d7aee
@ -212,7 +212,7 @@ static int ack_tx(struct net_device *dev, int acked)
|
|||||||
ackpkt->soft.cap.proto = 0; /* using protocol 0 for acknowledge */
|
ackpkt->soft.cap.proto = 0; /* using protocol 0 for acknowledge */
|
||||||
ackpkt->soft.cap.mes.ack = acked;
|
ackpkt->soft.cap.mes.ack = acked;
|
||||||
|
|
||||||
arc_printk(D_PROTO, dev, "Ackknowledge for cap packet %x.\n",
|
arc_printk(D_PROTO, dev, "Acknowledge for cap packet %x.\n",
|
||||||
*((int *)&ackpkt->soft.cap.cookie[0]));
|
*((int *)&ackpkt->soft.cap.cookie[0]));
|
||||||
|
|
||||||
ackskb->protocol = cpu_to_be16(ETH_P_ARCNET);
|
ackskb->protocol = cpu_to_be16(ETH_P_ARCNET);
|
||||||
|
Loading…
Reference in New Issue
Block a user