* [PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting"
@ 2016-07-30 16:47 Colin King
2016-07-31 6:14 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-07-30 16:47 UTC (permalink / raw)
To: David S . Miller, Florian Westphal, Antonio Quartulli,
Felipe Balbi, Mugunthan V N, Fabian Frederick, netdev,
linux-parisc
Cc: linux-kernel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting"
2016-07-30 16:47 [PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting" Colin King
@ 2016-07-31 6:14 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-07-31 6:14 UTC (permalink / raw)
To: colin.king
Cc: fw, a, felipe.balbi, mugunthanvnm, fabf, netdev, linux-parisc,
linux-kernel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-31 6:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-30 16:47 [PATCH] net: tulip: fix spelling mistake: "attemping" -> "attempting" Colin King
2016-07-31 6:14 ` 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).