summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-07-13 16:06:19 +0000
committerstefanf <stefanf@FreeBSD.org>2004-07-13 16:06:19 +0000
commit355a8ec49460b1417c4b242f64a7b6c04922f783 (patch)
tree5ae0ee0d1f6cb55886bcac3d19bb30442ca80230 /sys/dev/mpt
parent2c6fa2f70b5ff8428723747a5327b2ba2d4dabd7 (diff)
downloadFreeBSD-src-355a8ec49460b1417c4b242f64a7b6c04922f783.zip
FreeBSD-src-355a8ec49460b1417c4b242f64a7b6c04922f783.tar.gz
Remove erroneous semicolons.
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c
index bbab51b..96e35e1 100644
--- a/sys/dev/mpt/mpt_debug.c
+++ b/sys/dev/mpt/mpt_debug.c
@@ -284,7 +284,7 @@ mpt_state(u_int32_t mb)
default: text = "Unknown"; break;
}
return text;
-};
+}
void
mpt_print_db(u_int32_t mb)
@@ -536,7 +536,7 @@ mpt_req_state(enum mpt_req_state state)
default: text = "Unknown"; break;
}
return text;
-};
+}
static void
mpt_dump_sgl(SGE_IO_UNION *su)
OpenPOWER on IntegriCloud