public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] IntelSiliconPkg: Fixing syntax bug in IGD_OPREGION_HEADER
@ 2016-10-12  5:06 Giri P Mudusuru
  2016-10-12  5:10 ` Yao, Jiewen
  0 siblings, 1 reply; 2+ messages in thread
From: Giri P Mudusuru @ 2016-10-12  5:06 UTC (permalink / raw)
  To: edk2-devel; +Cc: Jiewen Yao

Added missing ; for DVER in IGD_OPREGION_HEADER

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
---
 IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
index 4d5637c..c66a452 100644
--- a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
+++ b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
@@ -50,7 +50,7 @@ typedef struct {
   UINT32 MBOX;          ///< Offset 0x58 Supported Mailboxes
   UINT32 DMOD;          ///< Offset 0x5C Driver Model
   UINT32 PCON;          ///< Offset 0x60 Platform Configuration
-  CHAR16 DVER[0x10]     ///< Offset 0x64 GOP Version
+  CHAR16 DVER[0x10];    ///< Offset 0x64 GOP Version
   UINT8  RM01[0x7C];    ///< Offset 0x84 Reserved Must be zero
 } IGD_OPREGION_HEADER;
 
-- 
2.9.0.windows.1



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

* Re: [PATCH] IntelSiliconPkg: Fixing syntax bug in IGD_OPREGION_HEADER
  2016-10-12  5:06 [PATCH] IntelSiliconPkg: Fixing syntax bug in IGD_OPREGION_HEADER Giri P Mudusuru
@ 2016-10-12  5:10 ` Yao, Jiewen
  0 siblings, 0 replies; 2+ messages in thread
From: Yao, Jiewen @ 2016-10-12  5:10 UTC (permalink / raw)
  To: Mudusuru, Giri P, edk2-devel@lists.01.org

Reviewed-by: jiewen.yao@intel.com

> -----Original Message-----
> From: Mudusuru, Giri P
> Sent: Wednesday, October 12, 2016 1:07 PM
> To: edk2-devel@lists.01.org
> Cc: Yao, Jiewen <jiewen.yao@intel.com>
> Subject: [edk2] [PATCH] IntelSiliconPkg: Fixing syntax bug in
> IGD_OPREGION_HEADER
> 
> Added missing ; for DVER in IGD_OPREGION_HEADER
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
> ---
>  IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
> b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
> index 4d5637c..c66a452 100644
> --- a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
> +++ b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
> @@ -50,7 +50,7 @@ typedef struct {
>    UINT32 MBOX;          ///< Offset 0x58 Supported Mailboxes
>    UINT32 DMOD;          ///< Offset 0x5C Driver Model
>    UINT32 PCON;          ///< Offset 0x60 Platform Configuration
> -  CHAR16 DVER[0x10]     ///< Offset 0x64 GOP Version
> +  CHAR16 DVER[0x10];    ///< Offset 0x64 GOP Version
>    UINT8  RM01[0x7C];    ///< Offset 0x84 Reserved Must be zero
>  } IGD_OPREGION_HEADER;
> 
> --
> 2.9.0.windows.1



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

end of thread, other threads:[~2016-10-12  5:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12  5:06 [PATCH] IntelSiliconPkg: Fixing syntax bug in IGD_OPREGION_HEADER Giri P Mudusuru
2016-10-12  5:10 ` Yao, Jiewen

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