diff options
author | gallatin <gallatin@FreeBSD.org> | 2003-04-11 13:30:32 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2003-04-11 13:30:32 +0000 |
commit | 01d77f90849eb221791a4797b64744dea3967df8 (patch) | |
tree | c008c869cefef470bcb1f8b55f76a75b3aa4daba /sys/alpha/isa/isa.c | |
parent | b64a74ff56809789ac6c8d4b76792b6110e3bbfd (diff) | |
download | FreeBSD-src-01d77f90849eb221791a4797b64744dea3967df8.zip FreeBSD-src-01d77f90849eb221791a4797b64744dea3967df8.tar.gz |
Style(9) a comment added in previous commit.
Pointed out by: bde
Diffstat (limited to 'sys/alpha/isa/isa.c')
-rw-r--r-- | sys/alpha/isa/isa.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/alpha/isa/isa.c b/sys/alpha/isa/isa.c index ec1de88..9494c10 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); |