]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix messages in fs/minix
authorDenis Vlasenko <vda@ilport.com.ua>
Sat, 25 Mar 2006 11:07:42 +0000 (03:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:56 +0000 (08:22 -0800)
commit977baa253f8ea74060f0b7b4106e7b83227c36c2
tree18ae22ae2a30a35729881ea5b05f7dca12c4439c
parent69aaee73deb4ec367ce09c0c782c84d71a4d5bdc
[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>
fs/minix/bitmap.c
fs/minix/inode.c
fs/minix/itree_v1.c
fs/minix/itree_v2.c