Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1466988

[PATCH] net: tehuti: fix typo: "eneble" -> "enable"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] net: tehuti: fix typo: "eneble" -> "enable"
Date 2016-08-21 16:30 +0200
Message-ID <s8BV7-1tv-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web