projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d1f2d
)
exofs: (trivial) Fix typo in super.c
author
Masanari Iida
<standby24x7@gmail.com>
Wed, 1 Feb 2012 14:53:46 +0000
(23:53 +0900)
committer
Boaz Harrosh
<bharrosh@panasas.com>
Mon, 19 Mar 2012 20:39:12 +0000
(13:39 -0700)
Correct spelling "faild" to "failed" in
fs/exofs/super.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/super.c
patch
|
blob
|
history
diff --git
a/fs/exofs/super.c
b/fs/exofs/super.c
index
4710b5f
..
d9619a5
100644
(file)
--- 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: fail
e
d allocating Device array[%d]\n",
numdevs);
return -ENOMEM;
}