NetworkPkg/IScsiDxe: Fix various typos
Fix various typos in comments and documentation. Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Maciej Rabeda <maciej.rabeda@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-42-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
7de8045a09
commit
efb5659334
@@ -334,7 +334,7 @@ IScsiSupported (
|
||||
@param[in] ControllerHandle Handle of the controller.
|
||||
@param[in] IpVersion IP_VERSION_4 or IP_VERSION_6.
|
||||
|
||||
@retval EFI_SUCCES This driver was started.
|
||||
@retval EFI_SUCCESS This driver was started.
|
||||
@retval EFI_ALREADY_STARTED This driver is already running on this device.
|
||||
@retval EFI_INVALID_PARAMETER Any input parameter is invalid.
|
||||
@retval EFI_NOT_FOUND There is no sufficient information to establish
|
||||
@@ -720,7 +720,7 @@ IScsiStart (
|
||||
}
|
||||
|
||||
//
|
||||
// Restore the origial user setting which specifies the proxy/virtual iSCSI target to NV region.
|
||||
// Restore the original user setting which specifies the proxy/virtual iSCSI target to NV region.
|
||||
//
|
||||
NvData = &AttemptConfigData->SessionConfigData;
|
||||
if (NvData->RedirectFlag) {
|
||||
@@ -1091,7 +1091,7 @@ IScsiStop (
|
||||
}
|
||||
|
||||
//
|
||||
// Get the handle of the controller we are controling.
|
||||
// Get the handle of the controller we are controlling.
|
||||
//
|
||||
if (IpVersion == IP_VERSION_4) {
|
||||
ProtocolGuid = &gIScsiV4PrivateGuid;
|
||||
@@ -1154,7 +1154,7 @@ IScsiStop (
|
||||
IScsiRemoveNic (IScsiController);
|
||||
|
||||
//
|
||||
// Update the iSCSI Boot Firware Table.
|
||||
// Update the iSCSI Boot Firmware Table.
|
||||
//
|
||||
IScsiPublishIbft ();
|
||||
|
||||
@@ -1504,7 +1504,7 @@ IScsiUnload (
|
||||
EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2;
|
||||
|
||||
//
|
||||
// Try to disonnect the driver from the devices it's controlling.
|
||||
// Try to disconnect the driver from the devices it's controlling.
|
||||
//
|
||||
Status = gBS->LocateHandleBuffer (
|
||||
AllHandles,
|
||||
|
Reference in New Issue
Block a user