linux/fs/minix
Denis Vlasenko 11b8448751 [PATCH] fix messages in fs/minix
Believe it or not, but in fs/minix/*, the oldest filesystem in the kernel,
something still can be fixed:

	printk("new_inode: bit already set");

"\n" is missing!

While at it, I also removed periods from the end of error messages and made
capitalization uniform.  Also s/i-node/inode/, s/printk (/printk(/

Signed-ff-by: Denis Vlasenko <vda@ilport.com.ua>

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-25 08:22:56 -08:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bitmap.c [PATCH] fix messages in fs/minix 2006-03-25 08:22:56 -08:00
dir.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
file.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inode.c [PATCH] fix messages in fs/minix 2006-03-25 08:22:56 -08:00
itree_common.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
itree_v1.c [PATCH] fix messages in fs/minix 2006-03-25 08:22:56 -08:00
itree_v2.c [PATCH] fix messages in fs/minix 2006-03-25 08:22:56 -08:00
minix.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
namei.c [PATCH] minix: switch to inode_inc_link_count, inode_dec_link_count 2006-03-23 07:38:15 -08:00