From 7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb Mon Sep 17 00:00:00 2001 From: mbr Date: Thu, 7 Jan 2010 21:01:37 +0000 Subject: Remove extraneous semicolons, no functional changes. Submitted by: Marc Balmer MFC after: 1 week --- sys/dev/isp/isp_library.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/isp/isp_library.c') diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 5e64309..acc2492 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -670,7 +670,7 @@ isp_clear_commands(ispsoftc_t *isp) } else { ct_entry_t *ctio = (ct_entry_t *) local; ctio->ct_syshandle = handle & 0xffff; - ctio->ct_status = CT_HBA_RESET & 0xff;; + ctio->ct_status = CT_HBA_RESET & 0xff; ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO; } isp_async(isp, ISPASYNC_TARGET_ACTION, local); -- cgit v1.1