summaryrefslogtreecommitdiffstats
path: root/include/debug.h
diff options
context:
space:
mode:
authorKarel Zak2014-10-24 11:19:23 +0200
committerKarel Zak2014-10-24 11:19:23 +0200
commit819d9a2975de6869f2ae12d551881bb9b732f2e4 (patch)
tree1d5654e1f126472594479359f13cbf77c1720e45 /include/debug.h
parentblkid: remove extra trailing spaces in output (diff)
downloadkernel-qcow2-util-linux-819d9a2975de6869f2ae12d551881bb9b732f2e4.tar.gz
kernel-qcow2-util-linux-819d9a2975de6869f2ae12d551881bb9b732f2e4.tar.xz
kernel-qcow2-util-linux-819d9a2975de6869f2ae12d551881bb9b732f2e4.zip
include/debug: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/debug.h b/include/debug.h
index 436ff24bc..20b714888 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -15,7 +15,7 @@ struct dbg_mask { char *mname; int val; };
#define UL_DEBUG_DEFINE_MASK(m) int m ## _debug_mask
#define UL_DEBUG_DECLARE_MASK(m) extern UL_DEBUG_DEFINE_MASK(m)
-#define UL_DEBUG_DEFINE_MASKANEMS(m) static const struct dbg_mask m ## _masknames[]
+#define UL_DEBUG_DEFINE_MASKNAMES(m) static const struct dbg_mask m ## _masknames[]
/* p - flag prefix, m - flag postfix */
#define UL_DEBUG_DEFINE_FLAG(p, m) p ## m