summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-25 22:58:29 +0000
committerbde <bde@FreeBSD.org>1997-08-25 22:58:29 +0000
commit787955a8c7e86cd222dedf78bdb72d07a0051d34 (patch)
tree7ccc587f2612f213c6f730979e07531da8a2bc77 /sys/i386
parentfbc4f096cf396ec641d3bc008d5e4be332660e08 (diff)
downloadFreeBSD-src-787955a8c7e86cd222dedf78bdb72d07a0051d34.zip
FreeBSD-src-787955a8c7e86cd222dedf78bdb72d07a0051d34.tar.gz
Fixed some not-so-recently broken indentation.
Fixed pedantic syntax error (trailing comma in enum).
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/ncr5380.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/ncr5380.c b/sys/i386/isa/ncr5380.c
index 34f09ba..5846e80 100644
--- a/sys/i386/isa/ncr5380.c
+++ b/sys/i386/isa/ncr5380.c
@@ -124,14 +124,14 @@ typedef struct scb {
struct scb *next; /* in free list */
struct scsi_xfer *xfer; /* the scsi_xfer for this cmd */
u_char *data; /* position in data buffer so far */
- int32_t datalen; /* bytes remaining to transfer */;
+ int32_t datalen; /* bytes remaining to transfer */
} scb_t;
typedef enum {
CTLR_NONE,
CTLR_NCR_5380,
CTLR_NCR_53C400,
- CTLR_PAS_16,
+ CTLR_PAS_16
} ctlr_t;
/*
OpenPOWER on IntegriCloud