summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mpt/mpt_debug.c')
-rw-r--r--sys/dev/mpt/mpt_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c
index b9b6bc1..5595eb1 100644
--- a/sys/dev/mpt/mpt_debug.c
+++ b/sys/dev/mpt/mpt_debug.c
@@ -250,6 +250,7 @@ mpt_ioc_function(int code)
snprintf(buf, sizeof buf, "Unknown (0x%08x)", code);
return buf;
}
+
static char *
mpt_ioc_event(int code)
{
@@ -263,6 +264,7 @@ mpt_ioc_event(int code)
snprintf(buf, sizeof buf, "Unknown (0x%08x)", code);
return buf;
}
+
static char *
mpt_scsi_state(int code)
{
OpenPOWER on IntegriCloud