]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Guid / FileSystemVolumeLabelInfo.h
index 20f798328d107fa4f8a4b2a5cac4d170361cfab9..777635939a6a55f1a00f3eec99d4c8cc8da62e02 100644 (file)
@@ -1,16 +1,10 @@
 /** @file\r
   Provides a GUID and a data structure that can be used with EFI_FILE_PROTOCOL.GetInfo()\r
   or EFI_FILE_PROTOCOL.SetInfo() to get or set the system's volume label.\r
-  This guid is defined in UEFI specification.\r
+  This GUID is defined in UEFI specification.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -26,12 +20,12 @@ typedef struct {
   ///\r
   /// The Null-terminated string that is the volume's label.\r
   ///\r
-  CHAR16  VolumeLabel[1];\r
+  CHAR16    VolumeLabel[1];\r
 } EFI_FILE_SYSTEM_VOLUME_LABEL;\r
 \r
 #define SIZE_OF_EFI_FILE_SYSTEM_VOLUME_LABEL \\r
-        EFI_FIELD_OFFSET (EFI_FILE_SYSTEM_VOLUME_LABEL, VolumeLabel)\r
+        OFFSET_OF (EFI_FILE_SYSTEM_VOLUME_LABEL, VolumeLabel)\r
 \r
-extern EFI_GUID gEfiFileSystemVolumeLabelInfoIdGuid;\r
+extern EFI_GUID  gEfiFileSystemVolumeLabelInfoIdGuid;\r
 \r
 #endif\r