Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1713658
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] liquidio: fix spelling mistake: "interuupt" -> "interrupt" |
| Date | 2017-08-17 10:20 +0200 |
| Message-ID | <ufoc1-29K-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web