From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

Add a `:'.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/fs/fat/misc.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/fat/misc.c~fat-fix-typo fs/fat/misc.c
--- 25/fs/fat/misc.c~fat-fix-typo	Sun Mar  6 17:13:33 2005
+++ 25-akpm/fs/fat/misc.c	Sun Mar  6 17:13:33 2005
@@ -48,7 +48,7 @@ void fat_clusters_flush(struct super_blo
 
 	bh = sb_bread(sb, sbi->fsinfo_sector);
 	if (bh == NULL) {
-		printk(KERN_ERR "FAT bread failed in fat_clusters_flush\n");
+		printk(KERN_ERR "FAT: bread failed in fat_clusters_flush\n");
 		return;
 	}
 
_