commit | 11b8448751ba114416c63899638a8e473ebd21e7 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda@ilport.com.ua> | Sat Mar 25 03:07:42 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:22:56 2006 -0800 |
tree | 18ae22ae2a30a35729881ea5b05f7dca12c4439c | |
parent | d4eb82c783992551c574580eb55fddc8bb006ad0 [diff] |
[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>