Commit 3e57638b authored by Masanari Iida's avatar Masanari Iida Committed by Boaz Harrosh

exofs: (trivial) Fix typo in super.c

Correct spelling "faild" to "failed" in
fs/exofs/super.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
parent b6d1f2dd
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment