From: Denis Vlasenko Date: Sat, 25 Mar 2006 11:07:42 +0000 (-0800) Subject: [PATCH] fix messages in fs/minix X-Git-Tag: v2.6.17-rc1~792 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b8448751ba114416c63899638a8e473ebd21e7;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed