From: Joe Perches <joe@perches.com>
To: Jiri Kosina <trivial@kernel.org>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org, netdev@vger.kernel.org,
cbe-oss-dev@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org,
linux-arm-kernel@lists.infradead.org, rtc-linux@googlegroups.com,
osd-dev@open-osd.org, jfs-discussion@lists.sourceforge.net
Subject: [PATCH 0/9] Typo fixes of faild to failed
Date: Thu, 21 Oct 2010 22:17:11 -0700 [thread overview]
Message-ID: <cover.1287724261.git.joe@perches.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Jiri Kosina <trivial@kernel.org>
Cc: cbe-oss-dev@lists.ozlabs.org,
jfs-discussion@lists.sourceforge.net, rtc-linux@googlegroups.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org, linux-ide@vger.kernel.org,
osd-dev@open-osd.org, linuxppc-dev@lists.ozlabs.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] Typo fixes of faild to failed
Date: Thu, 21 Oct 2010 22:17:11 -0700 [thread overview]
Message-ID: <cover.1287724261.git.joe@perches.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: joe@perches.com (Joe Perches)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] Typo fixes of faild to failed
Date: Thu, 21 Oct 2010 22:17:11 -0700 [thread overview]
Message-ID: <cover.1287724261.git.joe@perches.com> (raw)
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
next reply other threads:[~2010-10-22 5:17 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-22 5:17 Joe Perches [this message]
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 5:17 ` [PATCH 1/9] drivers/ata: typo fix " Joe Perches
2010-10-22 5:17 ` [PATCH 2/9] drivers/gpu: " Joe Perches
2010-10-22 5:17 ` Joe Perches
2010-10-22 5:17 ` [PATCH 3/9] drivers/net: " Joe Perches
2010-10-22 5:17 ` Joe Perches
2010-10-22 5:17 ` [PATCH 4/9] drivers/rtc: " Joe Perches
2010-10-22 5:17 ` Joe Perches
2010-10-22 5:21 ` Wan ZongShun
2010-10-22 5:21 ` Wan ZongShun
2010-10-22 5:17 ` [PATCH 5/9] drivers/video: " Joe Perches
2010-10-22 5:17 ` [PATCH 6/9] fs/exofs: " Joe Perches
2010-10-24 10:09 ` Boaz Harrosh
2010-10-22 5:17 ` [PATCH 7/9] fs/jfs: " Joe Perches
2010-10-22 5:17 ` [PATCH 8/9] kernel/trace: " Joe Perches
2010-10-23 19:43 ` [tip:perf/urgent] tracing: Fix 'faild' -> 'failed' typo tip-bot for Joe Perches
2010-10-22 5:17 ` [PATCH 9/9] net/wanrouter: typo fix of faild to failed Joe Perches
2010-10-22 20:15 ` [PATCH 0/9] Typo fixes " Mike Frysinger
2010-10-22 20:15 ` Mike Frysinger
2010-10-22 20:15 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1287724261.git.joe@perches.com \
--to=joe@perches.com \
--cc=cbe-oss-dev@lists.ozlabs.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jfs-discussion@lists.sourceforge.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=netdev@vger.kernel.org \
--cc=osd-dev@open-osd.org \
--cc=rtc-linux@googlegroups.com \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.