Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1466988 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-08-21 16:30 +0200 |
| Last post | 2016-08-22 00:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] net: tehuti: fix typo: "eneble" -> "enable" Colin King <colin.king@canonical.com> - 2016-08-21 16:30 +0200
Re: [PATCH] net: tehuti: fix typo: "eneble" -> "enable" David Miller <davem@davemloft.net> - 2016-08-22 00:30 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-08-21 16:30 +0200 |
| Subject | [PATCH] net: tehuti: fix typo: "eneble" -> "enable" |
| Message-ID | <s8BV7-1tv-1@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
trivial typo fix in pr_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/ethernet/tehuti/tehuti.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/tehuti/tehuti.c b/drivers/net/ethernet/tehuti/tehuti.c
index 7452b5f..7108c68 100644
--- a/drivers/net/ethernet/tehuti/tehuti.c
+++ b/drivers/net/ethernet/tehuti/tehuti.c
@@ -1987,7 +1987,7 @@ bdx_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
if ((readl(nic->regs + FPGA_VER) & 0xFFF) >= 378) {
err = pci_enable_msi(pdev);
if (err)
- pr_err("Can't eneble msi. error is %d\n", err);
+ pr_err("Can't enable msi. error is %d\n", err);
else
nic->irq_type = IRQ_MSI;
} else
--
2.9.3
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-08-22 00:30 +0200 |
| Message-ID | <s8JpE-6eF-9@gated-at.bofh.it> |
| In reply to | #1466988 |
From: Colin King <colin.king@canonical.com> Date: Sun, 21 Aug 2016 15:24:33 +0100 > From: Colin Ian King <colin.king@canonical.com> > > trivial typo fix in pr_err message > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Applied, thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web