X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FBcfg.c;h=de2ce2bfc3c28f8571d3cae7a164f7ac6a0e4687;hp=24926a8e9a9578f5357870fc8f482891daf9f651;hb=4ff7e37b4f7e336a8ecb7080b8f48eef4b52d396;hpb=6709bbd17f09965f03fa34043923361a01ec13ed diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Bcfg.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Bcfg.c index 24926a8e9a..de2ce2bfc3 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Bcfg.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Bcfg.c @@ -49,8 +49,9 @@ typedef struct { /** This function will populate the device path protocol parameter based on TheHandle. - - @param[in,out] DevPath On a sucessful return the device path to the handle. + + @param[in] TheHandle Driver handle. + @param[in, out] FilePath On a sucessful return the device path to the handle. @retval EFI_SUCCESS The device path was sucessfully returned. @retval other A error from gBS->HandleProtocol.