diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index a46235f6009a..2430804084df 100644 --- a/sys/kern/kern_mutex.c +++ b/sys/kern/kern_mutex.c @@ -628,8 +628,8 @@ _mtx_lock_spin(struct mtx *m, int opts, const char *file, int line) #else else #endif - panic("spin lock %s held by %p for > 5 seconds", - m->mtx_object.lo_name, (void *)m->mtx_lock); + panic("spin lock %s held by %p for > 5 seconds", + m->mtx_object.lo_name, (void *)m->mtx_lock); } critical_enter(); } diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c index a46235f6009a..2430804084df 100644 --- a/sys/kern/subr_turnstile.c +++ b/sys/kern/subr_turnstile.c @@ -628,8 +628,8 @@ _mtx_lock_spin(struct mtx *m, int opts, const char *file, int line) #else else #endif - panic("spin lock %s held by %p for > 5 seconds", - m->mtx_object.lo_name, (void *)m->mtx_lock); + panic("spin lock %s held by %p for > 5 seconds", + m->mtx_object.lo_name, (void *)m->mtx_lock); } critical_enter(); }