aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/objlayout/objio_osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/objlayout/objio_osd.c')
-rw-r--r--fs/nfs/objlayout/objio_osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/objlayout/objio_osd.c b/fs/nfs/objlayout/objio_osd.c
index 88f9611a945c..5457745dd4f1 100644
--- a/fs/nfs/objlayout/objio_osd.c
+++ b/fs/nfs/objlayout/objio_osd.c
@@ -234,7 +234,7 @@ static int __alloc_objio_seg(unsigned numdevs, gfp_t gfp_flags,
234 234
235 lseg = kzalloc(lseg_size, gfp_flags); 235 lseg = kzalloc(lseg_size, gfp_flags);
236 if (unlikely(!lseg)) { 236 if (unlikely(!lseg)) {
237 dprintk("%s: Faild allocation numdevs=%d size=%zd\n", __func__, 237 dprintk("%s: Failed allocation numdevs=%d size=%zd\n", __func__,
238 numdevs, lseg_size); 238 numdevs, lseg_size);
239 return -ENOMEM; 239 return -ENOMEM;
240 } 240 }