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

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

net: ethernet: ixp4xx_eth: fix spelling mistake in debug message



Trivial fix to spelling mistake "successed" to "succeeded"
in debug message.  Also unwrap multi-line literal string.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e1fac0ad
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -708,8 +708,7 @@ static int eth_poll(struct napi_struct *napi, int budget)
			if (!qmgr_stat_below_low_watermark(rxq) &&
			    napi_reschedule(napi)) { /* not empty again */
#if DEBUG_RX
				printk(KERN_DEBUG "%s: eth_poll"
				       " napi_reschedule successed\n",
				printk(KERN_DEBUG "%s: eth_poll napi_reschedule succeeded\n",
				       dev->name);
#endif
				qmgr_disable_irq(rxq);