]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FmpDevicePkg/Include/Library/FmpDeviceLib.h
FmpDevicePkg: Fix code style issue
[mirror_edk2.git] / FmpDevicePkg / Include / Library / FmpDeviceLib.h
index 08125f00962c99cf7cd7ecc85633d5f7cfb77aed..e882b145cbb9b8b9f5fe41b9b40a938c2bf589d1 100644 (file)
@@ -1,4 +1,4 @@
-/**  @file\r
+/** @file\r
   Provides firmware device specific services to support updates of a firmware\r
   image stored in a firmware device.\r
 \r
@@ -147,8 +147,8 @@ FmpDeviceGetImageTypeIdGuidPtr (
 EFI_STATUS\r
 EFIAPI\r
 FmpDeviceGetAttributes (\r
-  IN OUT UINT64  *Supported,\r
-  IN OUT UINT64  *Setting\r
+  OUT UINT64    *Supported,\r
+  OUT UINT64    *Setting\r
   );\r
 \r
 /**\r
@@ -256,9 +256,9 @@ FmpDeviceGetVersion (
         a copy currently stored firmware image.  This can be used to support\r
         features such as recovery and rollback.\r
 \r
-  @param[out]    Image      Pointer to a caller allocated buffer where the\r
+  @param[out]     Image     Pointer to a caller allocated buffer where the\r
                             currently stored firmware image is copied to.\r
-  @param[in out] ImageSize  Pointer the size, in bytes, of the Image buffer.\r
+  @param[in, out] ImageSize Pointer the size, in bytes, of the Image buffer.\r
                             On return, points to the size, in bytes, of firmware\r
                             image currently stored in the firmware device.\r
 \r
@@ -282,8 +282,8 @@ FmpDeviceGetVersion (
 EFI_STATUS\r
 EFIAPI\r
 FmpDeviceGetImage (\r
-  IN OUT    VOID   *Image,\r
-  IN IN OUT UINTN  *ImageSize\r
+  OUT    VOID   *Image,\r
+  IN OUT UINTN  *ImageSize\r
   );\r
 \r
 /**\r
@@ -305,9 +305,9 @@ FmpDeviceGetImage (
 \r
   @retval EFI_SUCCESS            The image was successfully checked.  Additional\r
                                  status information is returned in\r
-                                 ImageUpdateable.\r
+                                 ImageUpdatable.\r
   @retval EFI_INVALID_PARAMETER  Image is NULL.\r
-  @retval EFI_INVALID_PARAMETER  ImageUpdateable is NULL.\r
+  @retval EFI_INVALID_PARAMETER  ImageUpdatable is NULL.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -315,7 +315,7 @@ EFIAPI
 FmpDeviceCheckImage (\r
   IN  CONST VOID  *Image,\r
   IN  UINTN       ImageSize,\r
-  OUT UINT32      *ImageUpdateable\r
+  OUT UINT32      *ImageUpdatable\r
   );\r
 \r
 /**\r