[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1328108026-2550-1-git-send-email-standby24x7@gmail.com>
Date: Wed, 1 Feb 2012 23:53:46 +0900
From: Masanari Iida <standby24x7@...il.com>
To: bharrosh@...asas.com, bhalevy@...ian.com, osd-dev@...n-osd.org
Cc: linux-kernel@...r.kernel.org, trivial@...nel.org,
standby24x7@...il.com
Subject: [PATCH] [trivial] exofs: Fix typo in super.c
Correct spelling "faild" to "failed" in
fs/exofs/super.c
Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
fs/exofs/super.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/exofs/super.c b/fs/exofs/super.c
index d22cd16..b8369f0 100644
--- a/fs/exofs/super.c
+++ b/fs/exofs/super.c
@@ -565,7 +565,7 @@ int __alloc_dev_table(struct exofs_sb_info *sbi, unsigned numdevs,
aoded = kzalloc(sizeof(*aoded), GFP_KERNEL);
if (unlikely(!aoded)) {
- EXOFS_ERR("ERROR: faild allocating Device array[%d]\n",
+ EXOFS_ERR("ERROR: failed allocating Device array[%d]\n",
numdevs);
return -ENOMEM;
}
--
1.7.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists