* [PATCH 0/9] Typo fixes of faild to failed
@ 2010-10-22 5:17 Joe Perches
2010-10-22 5:17 ` [PATCH 3/9] drivers/net: typo fix " Joe Perches
2010-10-22 20:15 ` [PATCH 0/9] Typo fixes " Mike Frysinger
0 siblings, 2 replies; 3+ messages in thread
From: Joe Perches @ 2010-10-22 5:17 UTC (permalink / raw)
To: Jiri Kosina
Cc: cbe-oss-dev, jfs-discussion, rtc-linux, netdev, linux-kernel,
dri-devel, linux-ide, osd-dev, linuxppc-dev, linux-arm-kernel
Joe Perches (9):
drivers/ata: typo fix of faild to failed
drivers/gpu: typo fix of faild to failed
drivers/net: typo fix of faild to failed
drivers/rtc: typo fix of faild to failed
drivers/video: typo fix of faild to failed
fs/exofs: typo fix of faild to failed
fs/jfs: typo fix of faild to failed
kernel/trace: typo fix of faild to failed
net/wanrouter: typo fix of faild to failed
drivers/ata/pata_bf54x.c | 2 +-
drivers/gpu/drm/radeon/radeon_cs.c | 2 +-
drivers/net/ps3_gelic_net.c | 4 ++--
drivers/net/tulip/pnic2.c | 2 +-
drivers/rtc/rtc-nuc900.c | 2 +-
drivers/video/bf54x-lq043fb.c | 6 +++---
drivers/video/bfin-t350mcqb-fb.c | 2 +-
fs/exofs/dir.c | 4 ++--
fs/exofs/inode.c | 14 +++++++-------
fs/exofs/ios.c | 10 +++++-----
fs/jfs/jfs_mount.c | 4 ++--
kernel/trace/trace_kprobe.c | 2 +-
net/wanrouter/wanmain.c | 4 ++--
13 files changed, 29 insertions(+), 29 deletions(-)
--
1.7.3.1.g432b3.dirty
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 3/9] drivers/net: typo fix of faild to failed
2010-10-22 5:17 [PATCH 0/9] Typo fixes of faild to failed Joe Perches
@ 2010-10-22 5:17 ` Joe Perches
2010-10-22 20:15 ` [PATCH 0/9] Typo fixes " Mike Frysinger
1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2010-10-22 5:17 UTC (permalink / raw)
To: Jiri Kosina
Cc: cbe-oss-dev, Grant Grundler, Geoff Levand, netdev, linux-kernel,
Kyle McMartin, linuxppc-dev
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/net/ps3_gelic_net.c | 4 ++--
drivers/net/tulip/pnic2.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ps3_gelic_net.c b/drivers/net/ps3_gelic_net.c
index 87d6b8f..49f6700 100644
--- a/drivers/net/ps3_gelic_net.c
+++ b/drivers/net/ps3_gelic_net.c
@@ -642,7 +642,7 @@ static inline void gelic_card_disable_rxdmac(struct gelic_card *card)
status = lv1_net_stop_rx_dma(bus_id(card), dev_id(card), 0);
if (status)
dev_err(ctodev(card),
- "lv1_net_stop_rx_dma faild, %d\n", status);
+ "lv1_net_stop_rx_dma failed, %d\n", status);
}
/**
@@ -660,7 +660,7 @@ static inline void gelic_card_disable_txdmac(struct gelic_card *card)
status = lv1_net_stop_tx_dma(bus_id(card), dev_id(card), 0);
if (status)
dev_err(ctodev(card),
- "lv1_net_stop_tx_dma faild, status=%d\n", status);
+ "lv1_net_stop_tx_dma failed, status=%d\n", status);
}
/**
diff --git a/drivers/net/tulip/pnic2.c b/drivers/net/tulip/pnic2.c
index b819766..186d725 100644
--- a/drivers/net/tulip/pnic2.c
+++ b/drivers/net/tulip/pnic2.c
@@ -59,7 +59,7 @@
* Bit 14:12 - autonegotiation state (write 001 to start autonegotiate)
* Bit 3 - Autopolarity state
* Bit 2 - LS10B - link state of 10baseT 0 - good, 1 - failed
- * Bit 1 - LS100B - link state of 100baseT 0 - good, 1- faild
+ * Bit 1 - LS100B - link state of 100baseT 0 - good, 1- failed
*
*
* Data Port Selection Info
--
1.7.3.1.g432b3.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/9] Typo fixes of faild to failed
2010-10-22 5:17 [PATCH 0/9] Typo fixes of faild to failed Joe Perches
2010-10-22 5:17 ` [PATCH 3/9] drivers/net: typo fix " Joe Perches
@ 2010-10-22 20:15 ` Mike Frysinger
1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2010-10-22 20:15 UTC (permalink / raw)
To: Joe Perches
Cc: cbe-oss-dev, jfs-discussion, Jiri Kosina, rtc-linux, netdev,
linux-kernel, dri-devel, linux-ide, osd-dev, linuxppc-dev,
linux-arm-kernel
On Fri, Oct 22, 2010 at 01:17, Joe Perches wrote:
> =C2=A0drivers/ata/pata_bf54x.c =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | =C2=
=A0 =C2=A02 +-
> =C2=A0drivers/video/bf54x-lq043fb.c =C2=A0 =C2=A0 =C2=A0| =C2=A0 =C2=A06 =
+++---
> =C2=A0drivers/video/bfin-t350mcqb-fb.c =C2=A0 | =C2=A0 =C2=A02 +-
Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-22 20:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22 5:17 [PATCH 0/9] Typo fixes of faild to failed Joe Perches
2010-10-22 5:17 ` [PATCH 3/9] drivers/net: typo fix " Joe Perches
2010-10-22 20:15 ` [PATCH 0/9] Typo fixes " Mike Frysinger
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).