Minor cosmetic fix for fs/isofs/inode.c

tenthumbs@cybernex.net
Mon, 07 Apr 1997 21:25:57 GMT


This looks like a simple oversight. It makes printk do odd things. A
simple fix.

--- linux/fs/isofs/inode.c Sat Apr 5 18:59:11 1997
+++ linux/fs/isofs/inode.c.new Mon Apr 7 01:53:35 1997
@@ -554,7 +554,7 @@
if( (block << ISOFS_BUFFER_BITS(inode)) >= max_legal_read_offset )
{

- printk("_isofs_bmap: block>= EOF(%d, %d)", block,
+ printk("_isofs_bmap: block>= EOF(%d, %d)\n", block,
inode->i_size);
}
return 0;