]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/CapsuleApp/AppSupport.c
MdeModulePkg: Make the comments align with the function
[mirror_edk2.git] / MdeModulePkg / Application / CapsuleApp / AppSupport.c
index a5fd0ca3164909af99464386911d8887e9c6e483..edc5f29c47395e96063822b293d3b48a90c55b44 100644 (file)
@@ -350,11 +350,11 @@ ReadFileFromVol (
     If there is only one file match the name, it will be read.\r
     If there is more than one file match the name, it will return Error.\r
 \r
-  @param[in]  ThisVol         File System Volume\r
-  @param[in]  FileName        The file to be read.\r
-  @param[out] BufferSize      The file buffer size\r
-  @param[out] Buffer          The file buffer\r
-  @param[in]  ScanFs          Need Scan all FS\r
+  @param[in,out]  ThisVol         File System Volume\r
+  @param[in]      FileName        The file to be read.\r
+  @param[out]     BufferSize      The file buffer size\r
+  @param[out]     Buffer          The file buffer\r
+  @param[in]      ScanFs          Need Scan all FS\r
 \r
   @retval EFI_SUCCESS    Read file successfully\r
   @retval EFI_NOT_FOUND  File not found\r