From 9e2ca0b3c6063bbb1a6183a048a8c683687b5a07 Mon Sep 17 00:00:00 2001 From: Matthew Macy Date: Sat, 26 Oct 2019 10:04:10 -0700 Subject: [PATCH] Fix header guard typo Fix header guard typo accidentally introduced by #9497. Reviewed-by: Brian Behlendorf Signed-off-by: Matt Macy Closes #9514 --- lib/libspl/include/sys/trace_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libspl/include/sys/trace_defs.h b/lib/libspl/include/sys/trace_defs.h index 058b9e8ecf..87ed5ad3c3 100644 --- a/lib/libspl/include/sys/trace_defs.h +++ b/lib/libspl/include/sys/trace_defs.h @@ -1,7 +1,7 @@ /* Here to keep the libspl build happy */ #ifndef _LIBSPL_ZFS_TRACE_H -#define _LIBSPL__ZFS_TRACE_H +#define _LIBSPL_ZFS_TRACE_H /* * The set-error SDT probe is extra static, in that we declare its fake