summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
committermbr <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
commit7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb (patch)
tree5d5dd29f525602a794f28a860b157a27bc19c71a /sys/pci/ncr.c
parent9524ac9a04e01d096ee0adc93e87bfacf5bcfc56 (diff)
downloadFreeBSD-src-7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb.zip
FreeBSD-src-7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb.tar.gz
Remove extraneous semicolons, no functional changes.
Submitted by: Marc Balmer <marc@msys.ch> MFC after: 1 week
Diffstat (limited to 'sys/pci/ncr.c')
-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 c344a1e..793ae80 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: ");
OpenPOWER on IntegriCloud