aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twa
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-10-31 15:41:29 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-10-31 15:41:29 +0000
commit5bb84bc84b1d1f978dd93aa02acef9936e79abc0 (patch)
treefe71f10c01688ab52e9bffd17c7d2ebd7d2c09b4 /sys/dev/twa
parent9dc2f0df89ef0a9f8f2edab0ce3edfca3d510b6d (diff)
Notes
Diffstat (limited to 'sys/dev/twa')
-rw-r--r--sys/dev/twa/tw_osl_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/tw_osl_freebsd.c b/sys/dev/twa/tw_osl_freebsd.c
index 76e790a969d6..154fd89d6e6e 100644
--- a/sys/dev/twa/tw_osl_freebsd.c
+++ b/sys/dev/twa/tw_osl_freebsd.c
@@ -52,7 +52,7 @@ TW_INT32 TW_DEBUG_LEVEL_FOR_OSL = TW_OSL_DEBUG;
TW_INT32 TW_OSL_DEBUG_LEVEL_FOR_CL = TW_OSL_DEBUG;
#endif /* TW_OSL_DEBUG */
-MALLOC_DEFINE(TW_OSLI_MALLOC_CLASS, "twa commands", "twa commands");
+MALLOC_DEFINE(TW_OSLI_MALLOC_CLASS, "twa_commands", "twa commands");
static d_open_t twa_open;