netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: tehuti: fix typo: "eneble" -> "enable"
@ 2016-08-21 14:24 Colin King
  2016-08-21 22:21 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-08-21 14:24 UTC (permalink / raw)
  To: Andy Gospodarek, netdev; +Cc: linux-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: tehuti: fix typo: "eneble" -> "enable"
  2016-08-21 14:24 [PATCH] net: tehuti: fix typo: "eneble" -> "enable" Colin King
@ 2016-08-21 22:21 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-08-21 22:21 UTC (permalink / raw)
  To: colin.king; +Cc: andy, netdev, linux-kernel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-21 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-21 14:24 [PATCH] net: tehuti: fix typo: "eneble" -> "enable" Colin King
2016-08-21 22:21 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).