aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2010-02-11 18:34:06 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2010-02-11 18:34:06 +0000
commit7733cf8fffadd4b286f7ed03e7748ee70e36433d (patch)
tree1e4ba746fa5c966751e486d77fd709debce07fc4 /sys/pci
parent1d0daf9e447a792a8e43377426858a02b734b9a3 (diff)
Notes
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/ncr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index c344a1e85fd7..793ae80154db 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -3992,7 +3992,7 @@ ncr_action (struct cam_sim *sim, union ccb *ccb)
msgptr[msglen++] = MSG_EXT_SDTR_LEN;
msgptr[msglen++] = MSG_EXT_SDTR;
msgptr[msglen++] = tp->tinfo.goal.period;
- msgptr[msglen++] = tp->tinfo.goal.offset;;
+ msgptr[msglen++] = tp->tinfo.goal.offset;
if (DEBUG_FLAGS & DEBUG_NEGO) {
PRINT_ADDR(ccb);
printf ("sync msgout: ");