diff options
| author | Xin LI <delphij@FreeBSD.org> | 2007-12-15 18:38:16 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2007-12-15 18:38:16 +0000 |
| commit | 43ebfcaebbfbad781c0045a1b8d544f20c9c8014 (patch) | |
| tree | 357314455ec4871ab1aeb91fcc939345678c65a1 /sys/dev | |
| parent | 88d01e1652f1f20533ce6a6243505a1242f4f416 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mpt/mpt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c index 2cd6a2ff6863..38fab512fed0 100644 --- a/sys/dev/mpt/mpt.c +++ b/sys/dev/mpt/mpt.c @@ -1356,7 +1356,7 @@ mpt_send_handshake_cmd(struct mpt_softc *mpt, size_t len, void *cmd) len = (len + 3) >> 2; data32 = cmd; - /* Clear any left over pending doorbell interupts */ + /* Clear any left over pending doorbell interrupts */ if (MPT_DB_INTR(mpt_rd_intr(mpt))) mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); @@ -2095,7 +2095,7 @@ mpt_send_event_request(struct mpt_softc *mpt, int onoff) } /* - * Un-mask the interupts on the chip. + * Un-mask the interrupts on the chip. */ void mpt_enable_ints(struct mpt_softc *mpt) @@ -2105,7 +2105,7 @@ mpt_enable_ints(struct mpt_softc *mpt) } /* - * Mask the interupts on the chip. + * Mask the interrupts on the chip. */ void mpt_disable_ints(struct mpt_softc *mpt) |
