[PATCH] Cleanup, fixup TRACE text

Fixup TRACE messages to refer to correct function names.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 fs/squashfs/inode.c       |    8 ++++----
 fs/squashfs/squashfs2_0.c |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Index: linux/fs/squashfs/inode.c
===================================================================
--- linux.orig/fs/squashfs/inode.c
+++ linux/fs/squashfs/inode.c
@@ -1111,7 +1111,7 @@
 	char b[BDEVNAME_SIZE];
 	struct inode *root;
 
-	TRACE("Entered squashfs_read_superblock\n");
+	TRACE("Entered squashfs_fill_super\n");
 
 	if (!(s->s_fs_info = kzalloc(sizeof(struct squashfs_sb_info),
 						GFP_KERNEL))) {
@@ -1184,9 +1184,9 @@
 	TRACE("Data is %scompressed\n",
 					SQUASHFS_UNCOMPRESSED_DATA(sblk->flags)
 					? "un" : "");
-	TRACE("Check data is %s present in the filesystem\n",
+	TRACE("Check data is %spresent in the filesystem\n",
 					SQUASHFS_CHECK_DATA(sblk->flags) ?
-					"" : "not");
+					"" : "not ");
 	TRACE("Filesystem size %lld bytes\n", sblk->bytes_used);
 	TRACE("Block size %d\n", sblk->block_size);
 	TRACE("Number of inodes %d\n", sblk->inodes);
@@ -1294,7 +1294,7 @@
 		goto failed_mount;
 	}
 
-	TRACE("Leaving squashfs_read_super\n");
+	TRACE("Leaving squashfs_fill_super\n");
 	return 0;
 
 failed_mount:
Index: linux/fs/squashfs/squashfs2_0.c
===================================================================
--- linux.orig/fs/squashfs/squashfs2_0.c
+++ linux/fs/squashfs/squashfs2_0.c
@@ -155,7 +155,7 @@
 	struct squashfs_base_inode_header_2 *inodeb = &id.base,
 					  *sinodeb = &sid.base;
 
-	TRACE("Entered squashfs_iget\n");
+	TRACE("Entered squashfs_read_inode_2\n");
 
 	if (msblk->swap) {
 		if (!squashfs_get_cached_block(s, (char *) sinodeb, block,
