Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06908d7a authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

Trivial fix to spelling mistake in arc_printk message

parent 5b858403
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.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]));

	ackskb->protocol = cpu_to_be16(ETH_P_ARCNET);