From b3bf74abe3a3ff28ddbe765937131c31f93230f1 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Sun, 12 Jul 2020 03:35:14 +0000 Subject: [PATCH] Fix wrong header guards - found by clang --- include/rtl8814a_sreset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtl8814a_sreset.h b/include/rtl8814a_sreset.h index d65cb98..f5770c6 100644 --- a/include/rtl8814a_sreset.h +++ b/include/rtl8814a_sreset.h @@ -12,7 +12,7 @@ * more details. * *****************************************************************************/ -#ifndef _RTL88814A_SRESET_H_ +#ifndef _RTL8814A_SRESET_H_ #define _RTL8814A_SRESET_H_ #include