[PATCH 49/59] fs/ufs: Add missing "space"

From: Joe Perches
Date: Mon Nov 19 2007 - 21:08:40 EST



Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
fs/ufs/dir.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ufs/dir.c b/fs/ufs/dir.c
index 30f8c2b..d19dfe8 100644
--- a/fs/ufs/dir.c
+++ b/fs/ufs/dir.c
@@ -180,7 +180,7 @@ bad_entry:
Eend:
p = (struct ufs_dir_entry *)(kaddr + offs);
ufs_error (sb, "ext2_check_page",
- "entry in directory #%lu spans the page boundary"
+ "entry in directory #%lu spans the page boundary "
"offset=%lu",
dir->i_ino, (page->index<<PAGE_CACHE_SHIFT)+offs);
fail:
--
1.5.3.5.652.gf192c

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/