Style(9) a comment added in previous commit.

Pointed out by: bde
This commit is contained in:
gallatin 2003-04-11 13:30:32 +00:00
parent b64a74ff56
commit 01d77f9084

View File

@ -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);