public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [patch] UefiCpuPkg: Fix coding style issues
@ 2017-06-28  2:42 Dandan Bi
  2017-06-28 19:45 ` Brijesh Singh
  2017-06-29  1:52 ` Fan, Jeff
  0 siblings, 2 replies; 3+ messages in thread
From: Dandan Bi @ 2017-06-28  2:42 UTC (permalink / raw)
  To: edk2-devel; +Cc: Brijesh Singh, Jeff Fan

Cc: Brijesh Singh <brijesh.singh@amd.com>
Cc: Jeff Fan <jeff.fan@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
 UefiCpuPkg/Include/Register/Amd/Fam17Msr.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/UefiCpuPkg/Include/Register/Amd/Fam17Msr.h b/UefiCpuPkg/Include/Register/Amd/Fam17Msr.h
index 2c5d973..9a79de1 100644
--- a/UefiCpuPkg/Include/Register/Amd/Fam17Msr.h
+++ b/UefiCpuPkg/Include/Register/Amd/Fam17Msr.h
@@ -18,12 +18,12 @@
   @par Specification Reference:
   AMD64 Architecture Programming Manaul volume 2, March 2017, Sections 15.34
 
 **/
 
-#ifndef __FAM17_MSR_H
-#define __FAM17_MSR_H
+#ifndef __FAM17_MSR_H__
+#define __FAM17_MSR_H__
 
 /**
   Secure Encrypted Virtualization (SEV) status register
 
 **/
-- 
1.9.5.msysgit.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-29  1:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-28  2:42 [patch] UefiCpuPkg: Fix coding style issues Dandan Bi
2017-06-28 19:45 ` Brijesh Singh
2017-06-29  1:52 ` Fan, Jeff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox