OSDN Git Service

Fix mismatch header guard macros
authorChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 12 May 2020 11:41:22 +0000 (19:41 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 12 May 2020 11:41:22 +0000 (19:41 +0800)
The realtek code is a mess.

rtl8723bu/hal/phydm/phydm_features.h
rtl8812au/hal/phydm/phydm_features.h
rtl8812au/hal/phydm/phydm_kfree.h
rtl8812au/include/rtl8812a_sreset.h
rtl8821ce/hal/phydm/phydm_kfree.h

index dff73d4..76d0845 100644 (file)
@@ -19,7 +19,7 @@
  ******************************************************************************/
 
 #ifndef        __PHYDM_FEATURES_H__
-#define __PHYDM_FEATURES
+#define        __PHYDM_FEATURES_H__
 
 
 #if (DM_ODM_SUPPORT_TYPE == ODM_WIN)
index 7a85b90..36c9195 100644 (file)
@@ -19,7 +19,7 @@
  ******************************************************************************/
 
 #ifndef        __PHYDM_FEATURES_H__
-#define __PHYDM_FEATURES
+#define        __PHYDM_FEATURES_H__
 
 #define ODM_DC_CANCELLATION_SUPPORT            (ODM_RTL8188F | ODM_RTL8710B | ODM_RTL8821C | ODM_RTL8822B)
 
index 65b4580..5b67cfb 100644 (file)
@@ -20,7 +20,7 @@
  ******************************************************************************/
 
 #ifndef        __PHYDMKFREE_H__
-#define    __PHYDKFREE_H__
+#define        __PHYDMKFREE_H__
 
 #define KFREE_VERSION  "1.0"
 
index 1d166dc..d046d44 100644 (file)
@@ -17,7 +17,7 @@
  *
  *
  ******************************************************************************/
-#ifndef _RTL88812A_SRESET_H_
+#ifndef _RTL8812A_SRESET_H_
 #define _RTL8812A_SRESET_H_
 
 #include <rtw_sreset.h>
index 65b4580..5b67cfb 100644 (file)
@@ -20,7 +20,7 @@
  ******************************************************************************/
 
 #ifndef        __PHYDMKFREE_H__
-#define    __PHYDKFREE_H__
+#define        __PHYDMKFREE_H__
 
 #define KFREE_VERSION  "1.0"