summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-02-06 20:06:48 +0000
committerjhb <jhb@FreeBSD.org>2009-02-06 20:06:48 +0000
commitf856c6d618010b9224df31d6521124b672608255 (patch)
tree3db8b403918d1ca074618784db83b342f72dd0f4 /sys/fs
parentd102122bd0838dfffdce66a0c2a7a5dded257d04 (diff)
downloadFreeBSD-src-f856c6d618010b9224df31d6521124b672608255.zip
FreeBSD-src-f856c6d618010b9224df31d6521124b672608255.tar.gz
Tweak the output of VOP_PRINT/vn_printf() some.
- Align the fifo output in fifo_print() with other vn_printf() output. - Remove the leading space from lockmgr_printinfo() so its output lines up in vn_printf(). - lockmgr_printinfo() now ends with a newline, so remove an extra newline from vn_printf().
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/fifofs/fifo_vnops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/fifofs/fifo_vnops.c b/sys/fs/fifofs/fifo_vnops.c
index c4dac90..c8bc5ab4 100644
--- a/sys/fs/fifofs/fifo_vnops.c
+++ b/sys/fs/fifofs/fifo_vnops.c
@@ -468,6 +468,7 @@ fifo_print(ap)
struct vnode *a_vp;
} */ *ap;
{
+ printf(" ");
fifo_printinfo(ap->a_vp);
printf("\n");
return (0);
OpenPOWER on IntegriCloud