From 3362c5f17a3af3151b30f895c2c13fc0280a7ad3 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Fri, 18 Mar 2016 14:04:51 +0800 Subject: [PATCH] MdePkg/Pci22.h: Fix a coding style issue Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Shumin Qiu --- MdePkg/Include/IndustryStandard/Pci22.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/Pci22.h b/MdePkg/Include/IndustryStandard/Pci22.h index 78ec6b3166..0b3a785ef1 100644 --- a/MdePkg/Include/IndustryStandard/Pci22.h +++ b/MdePkg/Include/IndustryStandard/Pci22.h @@ -5,11 +5,10 @@ PCI Local Bus Specification, 2.2 PCI-to-PCI Bridge Architecture Specification, Revision 1.2 PC Card Standard, 8.0 + PCI Power Management Interface Specifiction, Revision 1.2 - - - Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
- Copyright (c) 2014 - 2105, Hewlett-Packard Development Company, L.P.
+ Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2014 - 2015, Hewlett-Packard Development Company, L.P.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -666,7 +665,7 @@ typedef union { struct { UINT16 Version : 3; UINT16 PmeClock : 1; - UINT16 : 1; + UINT16 Reserved : 1; UINT16 DeviceSpecificInitialization : 1; UINT16 AuxCurrent : 3; UINT16 D1Support : 1; @@ -685,7 +684,7 @@ typedef union { typedef union { struct { UINT16 PowerState : 2; - UINT16 : 6; + UINT16 Reserved : 6; UINT16 PmeEnable : 1; UINT16 DataSelect : 4; UINT16 DataScale : 2; -- 2.39.2