summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-04-10 01:19:53 +0000
committerjhb <jhb@FreeBSD.org>2002-04-10 01:19:53 +0000
commitad726578d67811ea21f9b77397e28dda861118f0 (patch)
treeb9186877917dcc67cbca13f02716502bbf500540 /sys/kern
parent38fc52afeafcf26886365df326357019247f2724 (diff)
downloadFreeBSD-src-ad726578d67811ea21f9b77397e28dda861118f0.zip
FreeBSD-src-ad726578d67811ea21f9b77397e28dda861118f0.tar.gz
Cosmetic fixup in output of lock types in show locks output.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_witness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 74b49fa..03f3a2b 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -1300,7 +1300,7 @@ witness_list_locks(struct lock_list_entry **lock_list)
"exclusive" : "shared",
lock->lo_class->lc_name, lock->lo_name);
if (lock->lo_type != lock->lo_name)
- printf("(%s) ", lock->lo_type);
+ printf(" (%s)", lock->lo_type);
printf(" (%p) locked @ %s:%d\n", lock,
instance->li_file, instance->li_line);
nheld++;
OpenPOWER on IntegriCloud