Various small consistency fixes (trivial):
[coreboot.git] / payloads / libpayload / include / arch / msr.h
index 5985ab81d8dd5a425896a5d1e5b2105590d71b88..c28b56cde106d5e6c951aa418882a58b00c52f18 100644 (file)
@@ -27,8 +27,8 @@
  * SUCH DAMAGE.
  */
 
-#ifndef _ARCH_MSR_H_
-#define _ARCH_MSR_H_
+#ifndef _ARCH_MSR_H
+#define _ARCH_MSR_H
 
 static inline unsigned long long _rdmsr(unsigned int msr)
 {