X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FSmbiosView%2FLibSmbiosView.h;h=5a9b2ad626a88ff41780bc2c93a7c024ebb7e958;hp=76442cdf1a24bf28051f1923b3ffaa038c720969;hb=4ff7e37b4f7e336a8ecb7080b8f48eef4b52d396;hpb=6709bbd17f09965f03fa34043923361a01ec13ed diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h index 76442cdf1a..5a9b2ad626 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h @@ -72,10 +72,10 @@ LibSmbiosGetEPS ( Handle is changed to the next handle or 0xFFFF when the end is reached or the handle is not found. - @param[in,out] Handle 0xFFFF: get the first structure - Others: get a structure according to this value. - @param[in,out] Buffer The pointer to the caller's memory buffer. - @param[out] Length Length of return buffer in bytes. + @param[in, out] Handle 0xFFFF: get the first structure + Others: get a structure according to this value. + @param[in, out] Buffer The pointer to the caller's memory buffer. + @param[out] Length Length of return buffer in bytes. @retval DMI_SUCCESS Buffer contains the required structure data Handle is updated with next structure handle or