summaryrefslogtreecommitdiff
path: root/DynamicTablesPkg/Include/StandardNameSpaceObjects.h
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2021-12-05 14:53:55 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit731c67e1d77b7741a91762d17659fc9fbcb9e305 (patch)
tree74c09d31d65dbaf66cc98dfe99b0837a71e6db31 /DynamicTablesPkg/Include/StandardNameSpaceObjects.h
parent7c342378317039e632d9a1a5d4cf7c21aec8cb7a (diff)
downloadedk2-731c67e1d77b7741a91762d17659fc9fbcb9e305.zip
edk2-731c67e1d77b7741a91762d17659fc9fbcb9e305.tar.gz
edk2-731c67e1d77b7741a91762d17659fc9fbcb9e305.tar.bz2
DynamicTablesPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the DynamicTablesPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'DynamicTablesPkg/Include/StandardNameSpaceObjects.h')
-rw-r--r--DynamicTablesPkg/Include/StandardNameSpaceObjects.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/DynamicTablesPkg/Include/StandardNameSpaceObjects.h b/DynamicTablesPkg/Include/StandardNameSpaceObjects.h
index 0ba6b16..8d0c7da 100644
--- a/DynamicTablesPkg/Include/StandardNameSpaceObjects.h
+++ b/DynamicTablesPkg/Include/StandardNameSpaceObjects.h
@@ -38,7 +38,7 @@
Note: The token value 0 is reserved for a NULL token and does
not identify any object.
**/
-typedef UINTN CM_OBJECT_TOKEN;
+typedef UINTN CM_OBJECT_TOKEN;
/** The ESTD_OBJECT_ID enum describes the Object IDs
in the Standard Namespace.
@@ -54,12 +54,12 @@ typedef enum StdObjectID {
*/
typedef struct CmStdObjConfigurationManagerInfo {
/// The Configuration Manager Revision.
- UINT32 Revision;
+ UINT32 Revision;
/** The OEM ID. This information is used to
populate the ACPI table header information.
*/
- UINT8 OemId[6];
+ UINT8 OemId[6];
} CM_STD_OBJ_CONFIGURATION_MANAGER_INFO;
/** A structure used to describe the ACPI table generators to be invoked.
@@ -85,7 +85,7 @@ typedef struct CmAStdObjAcpiTableInfo {
ACPI_TABLE_GENERATOR_ID TableGeneratorId;
/// Optional pointer to the ACPI table data
- EFI_ACPI_DESCRIPTION_HEADER * AcpiTableData;
+ EFI_ACPI_DESCRIPTION_HEADER *AcpiTableData;
/// An OEM-supplied string that the OEM uses to identify the particular
/// data table. This field is particularly useful when defining a definition
@@ -97,14 +97,14 @@ typedef struct CmAStdObjAcpiTableInfo {
/// Generators shall populate this information using part of the
/// CM_STD_OBJ_CONFIGURATION_MANAGER_INFO.OemId field and the
/// ACPI table signature.
- UINT64 OemTableId;
+ UINT64 OemTableId;
/// An OEM-supplied revision number. Larger numbers are assumed to be
/// newer revisions.
/// Note: If this field is not populated (has value of Zero), then the
/// Generators shall populate this information using the revision of the
/// Configuration Manager (CM_STD_OBJ_CONFIGURATION_MANAGER_INFO.Revision).
- UINT32 OemRevision;
+ UINT32 OemRevision;
} CM_STD_OBJ_ACPI_TABLE_INFO;
/** A structure used to describe the SMBIOS table generators to be invoked.
@@ -120,10 +120,10 @@ typedef struct CmAStdObjAcpiTableInfo {
*/
typedef struct CmStdObjSmbiosTableInfo {
/// The SMBIOS Table Generator ID
- SMBIOS_TABLE_GENERATOR_ID TableGeneratorId;
+ SMBIOS_TABLE_GENERATOR_ID TableGeneratorId;
/// Optional pointer to the SMBIOS table data
- SMBIOS_STRUCTURE * SmbiosTableData;
+ SMBIOS_STRUCTURE *SmbiosTableData;
} CM_STD_OBJ_SMBIOS_TABLE_INFO;
#pragma pack()