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


Groups > linux.kernel > #1452727 > unrolled thread

[PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting"

Started byColin King <colin.king@canonical.com>
First post2016-07-30 18:50 +0200
Last post2016-07-31 08:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting" Colin King <colin.king@canonical.com> - 2016-07-30 18:50 +0200
    Re: [PATCH] net: tulip: fix spelling mistake: "attemping" ->  "attempting" David Miller <davem@davemloft.net> - 2016-07-31 08:20 +0200

#1452727 — [PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting"

FromColin King <colin.king@canonical.com>
Date2016-07-30 18:50 +0200
Subject[PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting"
Message-ID<s0FCx-4W0-9@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in printk message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/dec/tulip/de4x5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/dec/tulip/de4x5.c b/drivers/net/ethernet/dec/tulip/de4x5.c
index cbe8497..f0e9e2e 100644
--- a/drivers/net/ethernet/dec/tulip/de4x5.c
+++ b/drivers/net/ethernet/dec/tulip/de4x5.c
@@ -1319,7 +1319,7 @@ de4x5_open(struct net_device *dev)
 
     if (request_irq(dev->irq, de4x5_interrupt, IRQF_SHARED,
 		                                     lp->adapter_name, dev)) {
-	printk("de4x5_open(): Requested IRQ%d is busy - attemping FAST/SHARE...", dev->irq);
+	printk("de4x5_open(): Requested IRQ%d is busy - attempting FAST/SHARE...", dev->irq);
 	if (request_irq(dev->irq, de4x5_interrupt, IRQF_SHARED,
 			                             lp->adapter_name, dev)) {
 	    printk("\n              Cannot get IRQ- reconfigure your hardware.\n");
-- 
2.8.1

[toc] | [next] | [standalone]


#1452775 — Re: [PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting"

FromDavid Miller <davem@davemloft.net>
Date2016-07-31 08:20 +0200
SubjectRe: [PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting"
Message-ID<s0Sgp-4S1-1@gated-at.bofh.it>
In reply to#1452727
From: Colin King <colin.king@canonical.com>
Date: Sat, 30 Jul 2016 17:47:07 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in printk 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