From 01d77f90849eb221791a4797b64744dea3967df8 Mon Sep 17 00:00:00 2001 From: gallatin Date: Fri, 11 Apr 2003 13:30:32 +0000 Subject: [PATCH] Style(9) a comment added in previous commit. Pointed out by: bde --- sys/alpha/isa/isa.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/alpha/isa/isa.c b/sys/alpha/isa/isa.c index ec1de88c6f80..9494c1085b0d 100644 --- a/sys/alpha/isa/isa.c +++ b/sys/alpha/isa/isa.c @@ -398,8 +398,10 @@ isa_teardown_intr(device_t dev, device_t child, num_handlers++; mtx_unlock(&ithread->it_lock); - /* only disable the interrupt in hardware if there are no - other handlers sharing it */ + /* + * Only disable the interrupt in hardware if there are no + * other handlers sharing it. + */ if (num_handlers == 1) { mtx_lock_spin(&icu_lock);