]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Inconsistent with specification here:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 03:59:53 +0000 (03:59 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 03:59:53 +0000 (03:59 +0000)
It's a typo of MiscSubclass 0.9 spec. It should be a variable name "ChassisType" rather than a type "EFI_MISC_CHASSIS_TYPE".

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8803 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Framework/DataHubRecords.h

index ec3a1e8bd2d43e58e4b6d227e1b8ec1d0c09f9b4..db777e58b0c66964f330e906bfff83344b0afaa9 100644 (file)
@@ -1636,6 +1636,11 @@ typedef enum {
 } EFI_MISC_CHASSIS_TYPE;\r
 \r
 typedef struct {\r
+  ///\r
+  /// Inconsistent with specification here:  \r
+  /// It's a typo of MiscSubclass 0.9 spec. It should be a variable\r
+  /// name "ChassisType" rather than a type "EFI_MISC_CHASSIS_TYPE".\r
+  ///\r
   UINT32                            ChassisType       :16;\r
   UINT32                            ChassisLockPresent:1;\r
   UINT32                            Reserved          :15;\r