* [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
* Re: [patch] UefiCpuPkg: Fix coding style issues
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
1 sibling, 0 replies; 3+ messages in thread
From: Brijesh Singh @ 2017-06-28 19:45 UTC (permalink / raw)
To: Dandan Bi, edk2-devel; +Cc: brijesh.singh, Jeff Fan
On 06/27/2017 09:42 PM, Dandan Bi wrote:
> 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
>
> **/
>
Thanks,
Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] UefiCpuPkg: Fix coding style issues
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
1 sibling, 0 replies; 3+ messages in thread
From: Fan, Jeff @ 2017-06-29 1:52 UTC (permalink / raw)
To: Bi, Dandan, edk2-devel@lists.01.org
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
-----Original Message-----
From: Bi, Dandan
Sent: Wednesday, June 28, 2017 10:43 AM
To: edk2-devel@lists.01.org
Cc: Brijesh Singh; Fan, Jeff
Subject: [patch] UefiCpuPkg: Fix coding style issues
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