exofs: (trivial) Fix typo in super.c
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>
This commit is contained in:
parent
b6d1f2dd61
commit
3e57638bb1
|
@ -565,7 +565,7 @@ int __alloc_dev_table(struct exofs_sb_info *sbi, unsigned numdevs,
|
||||||
|
|
||||||
aoded = kzalloc(sizeof(*aoded), GFP_KERNEL);
|
aoded = kzalloc(sizeof(*aoded), GFP_KERNEL);
|
||||||
if (unlikely(!aoded)) {
|
if (unlikely(!aoded)) {
|
||||||
EXOFS_ERR("ERROR: faild allocating Device array[%d]\n",
|
EXOFS_ERR("ERROR: failed allocating Device array[%d]\n",
|
||||||
numdevs);
|
numdevs);
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue