Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1520306 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-11-12 18:50 +0100 |
| Last post | 2016-11-13 19:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] net: ethernet: ixp4xx_eth: fix spelling mistake in debug message Colin King <colin.king@canonical.com> - 2016-11-12 18:50 +0100
Re: [PATCH] net: ethernet: ixp4xx_eth: fix spelling mistake in debug message David Miller <davem@davemloft.net> - 2016-11-13 19:50 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-11-12 18:50 +0100 |
| Subject | [PATCH] net: ethernet: ixp4xx_eth: fix spelling mistake in debug message |
| Message-ID | <sCKBb-5dC-11@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-11-13 19:50 +0100 |
| Subject | Re: [PATCH] net: ethernet: ixp4xx_eth: fix spelling mistake in debug message |
| Message-ID | <sD80N-46V-15@gated-at.bofh.it> |
| In reply to | #1520306 |
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.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web