aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mvs
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:21 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:21 +0000
commitcaa7e52f3f525b75d87fca7e612933377699fd59 (patch)
tree1d42947b9cc1a6c4a630c506774eeb2745899745 /sys/dev/mvs
parentdae3a64fb967bbff627efc2e8cdd127c6b93d902 (diff)
Notes
Diffstat (limited to 'sys/dev/mvs')
-rw-r--r--sys/dev/mvs/mvs_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mvs/mvs_pci.c b/sys/dev/mvs/mvs_pci.c
index 5bae834bc6fd..cd6afce40f5c 100644
--- a/sys/dev/mvs/mvs_pci.c
+++ b/sys/dev/mvs/mvs_pci.c
@@ -338,7 +338,7 @@ mvs_intr(void *data)
ic = ATA_INL(ctlr->r_mem, CHIP_MIC);
if (ctlr->msi) {
- /* We have to to mask MSI during processing. */
+ /* We have to mask MSI during processing. */
mtx_lock(&ctlr->mtx);
ATA_OUTL(ctlr->r_mem, CHIP_MIM, 0);
ctlr->msia = 1; /* Deny MIM update during processing. */