aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/exofs/super.c')
-rw-r--r--fs/exofs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exofs/super.c b/fs/exofs/super.c
index 4710b5f686d9..d9619a577806 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,
565 565
566 aoded = kzalloc(sizeof(*aoded), GFP_KERNEL); 566 aoded = kzalloc(sizeof(*aoded), GFP_KERNEL);
567 if (unlikely(!aoded)) { 567 if (unlikely(!aoded)) {
568 EXOFS_ERR("ERROR: faild allocating Device array[%d]\n", 568 EXOFS_ERR("ERROR: failed allocating Device array[%d]\n",
569 numdevs); 569 numdevs);
570 return -ENOMEM; 570 return -ENOMEM;
571 } 571 }