From: Matthew Macy Date: Sat, 26 Oct 2019 17:04:10 +0000 (-0700) Subject: Fix header guard typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e2ca0b3c6063bbb1a6183a048a8c683687b5a07;p=zfs Fix header guard typo Fix header guard typo accidentally introduced by #9497. Reviewed-by: Brian Behlendorf Signed-off-by: Matt Macy Closes #9514 --- diff --git a/lib/libspl/include/sys/trace_defs.h b/lib/libspl/include/sys/trace_defs.h index 058b9e8ec..87ed5ad3c 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