summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_turnstile.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-20 22:55:27 +0000
committered <ed@FreeBSD.org>2009-12-20 22:55:27 +0000
commitf527d43fa5f8228aee680d317e70a0cc6b66296f (patch)
tree7ec9ca340400150edb13283d91f8f8e700e97974 /sys/kern/subr_turnstile.c
parenta303d4ee7151aeabbbfc1fcb8f5afe02c1bd9dbe (diff)
downloadFreeBSD-src-f527d43fa5f8228aee680d317e70a0cc6b66296f.zip
FreeBSD-src-f527d43fa5f8228aee680d317e70a0cc6b66296f.tar.gz
Fix indentation.
Diffstat (limited to 'sys/kern/subr_turnstile.c')
-rw-r--r--sys/kern/subr_turnstile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index 31c8cfc..2aad232 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -686,7 +686,7 @@ turnstile_wait(struct turnstile *ts, struct thread *owner, int queue)
*/
tc = TC_LOOKUP(ts->ts_lockobj);
if (ts == td->td_turnstile) {
- mtx_assert(&tc->tc_lock, MA_OWNED);
+ mtx_assert(&tc->tc_lock, MA_OWNED);
#ifdef TURNSTILE_PROFILING
tc->tc_depth++;
if (tc->tc_depth > tc->tc_max_depth) {
OpenPOWER on IntegriCloud