[PATCH] knfsd: add some missing newlines in printks
[linux-2.6-block.git] / fs / nfsd / export.c
index 01bc68c628ad16b92f84ce183e9cf908e09511c3..340c31a4f3fe5010212823c55bc7808e59560086 100644 (file)
@@ -370,7 +370,7 @@ static int check_export(struct inode *inode, int flags)
         */
        if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) &&
            !(flags & NFSEXP_FSID)) {
-               dprintk("exp_export: export of non-dev fs without fsid");
+               dprintk("exp_export: export of non-dev fs without fsid\n");
                return -EINVAL;
        }
        if (!inode->i_sb->s_export_op) {