Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1713658 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-08-17 10:20 +0200 |
| Last post | 2017-08-17 19:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] liquidio: fix spelling mistake: "interuupt" -> "interrupt" Colin King <colin.king@canonical.com> - 2017-08-17 10:20 +0200
Re: [PATCH] liquidio: fix spelling mistake: "interuupt" -> "interrupt" David Miller <davem@davemloft.net> - 2017-08-17 19:10 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-08-17 10:20 +0200 |
| Subject | [PATCH] liquidio: fix spelling mistake: "interuupt" -> "interrupt" |
| Message-ID | <ufoc1-29K-13@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in dev_info message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c b/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
index 08aa06c90d46..a63ddf07f168 100644
--- a/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
+++ b/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
@@ -412,7 +412,7 @@ lio_irq_reallocate_irqs(struct octeon_device *oct, uint32_t num_ioqs)
kfree(oct->irq_name_storage);
oct->irq_name_storage = NULL;
if (octeon_setup_interrupt(oct, num_ioqs)) {
- dev_info(&oct->pci_dev->dev, "Setup interuupt failed\n");
+ dev_info(&oct->pci_dev->dev, "Setup interrupt failed\n");
return 1;
}
--
2.11.0
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-08-17 19:10 +0200 |
| Subject | Re: [PATCH] liquidio: fix spelling mistake: "interuupt" -> "interrupt" |
| Message-ID | <ufwsX-7Rh-33@gated-at.bofh.it> |
| In reply to | #1713658 |
From: Colin King <colin.king@canonical.com> Date: Thu, 17 Aug 2017 09:19:30 +0100 > From: Colin Ian King <colin.king@canonical.com> > > Trivial fix to spelling mistake in dev_info message > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Applied to net-next.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web