* [PATCH] net: ethernet: ixp4xx_eth: fix spelling mistake in debug message
@ 2016-11-12 17:44 Colin King
2016-11-13 18:49 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-11-12 17:44 UTC (permalink / raw)
To: Krzysztof Halasa, netdev; +Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake "successed" to "succeeded"
in debug message. Also unwrap multi-line literal string.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/ethernet/xscale/ixp4xx_eth.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/xscale/ixp4xx_eth.c b/drivers/net/ethernet/xscale/ixp4xx_eth.c
index 46cc33b..07d862d 100644
--- a/drivers/net/ethernet/xscale/ixp4xx_eth.c
+++ b/drivers/net/ethernet/xscale/ixp4xx_eth.c
@@ -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);
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net: ethernet: ixp4xx_eth: fix spelling mistake in debug message
2016-11-12 17:44 [PATCH] net: ethernet: ixp4xx_eth: fix spelling mistake in debug message Colin King
@ 2016-11-13 18:49 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-11-13 18:49 UTC (permalink / raw)
To: colin.king; +Cc: khalasa, netdev, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Sat, 12 Nov 2016 17:44:06 +0000
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake "successed" to "succeeded"
> in debug message. Also unwrap multi-line literal string.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-13 18:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-12 17:44 [PATCH] net: ethernet: ixp4xx_eth: fix spelling mistake in debug message Colin King
2016-11-13 18:49 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).