mirror of https://github.com/acidanthera/audk.git
OptionRomPkg: Fix typos in comments
- stoping -> stopping - Sumbit -> Submit - pionter -> pointer Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
parent
8aa9d68032
commit
be9007810e
|
@ -300,7 +300,7 @@ AtapiScsiPassThruDriverBindingStop (
|
||||||
|
|
||||||
Routine Description:
|
Routine Description:
|
||||||
|
|
||||||
Stop this driver on ControllerHandle. Support stoping any child handles
|
Stop this driver on ControllerHandle. Support stopping any child handles
|
||||||
created by this driver.
|
created by this driver.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
@ -1885,11 +1885,11 @@ RequestSenseCommand (
|
||||||
|
|
||||||
Routine Description:
|
Routine Description:
|
||||||
|
|
||||||
Sumbit request sense command
|
Submit request sense command
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
||||||
AtapiScsiPrivate - The pionter of ATAPI_SCSI_PASS_THRU_DEV
|
AtapiScsiPrivate - The pointer of ATAPI_SCSI_PASS_THRU_DEV
|
||||||
Target - The target ID
|
Target - The target ID
|
||||||
Timeout - The time to complete the command
|
Timeout - The time to complete the command
|
||||||
SenseData - The buffer to fill in sense data
|
SenseData - The buffer to fill in sense data
|
||||||
|
|
|
@ -1119,11 +1119,11 @@ RequestSenseCommand (
|
||||||
|
|
||||||
Routine Description:
|
Routine Description:
|
||||||
|
|
||||||
Sumbit request sense command
|
Submit request sense command
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
||||||
AtapiScsiPrivate - The pionter of ATAPI_SCSI_PASS_THRU_DEV
|
AtapiScsiPrivate - The pointer of ATAPI_SCSI_PASS_THRU_DEV
|
||||||
Target - The target ID
|
Target - The target ID
|
||||||
Timeout - The time to complete the command
|
Timeout - The time to complete the command
|
||||||
SenseData - The buffer to fill in sense data
|
SenseData - The buffer to fill in sense data
|
||||||
|
|
|
@ -1370,7 +1370,7 @@ GetControlBitsInternal (
|
||||||
/**
|
/**
|
||||||
Resets the USB Serial Device
|
Resets the USB Serial Device
|
||||||
|
|
||||||
This function is the internal method for reseting the device and is called by
|
This function is the internal method for resetting the device and is called by
|
||||||
SerialReset()
|
SerialReset()
|
||||||
|
|
||||||
@param UsbSerialDevice[in] A pointer to the USB Serial device
|
@param UsbSerialDevice[in] A pointer to the USB Serial device
|
||||||
|
|
Loading…
Reference in New Issue