isci(4): Fix common typos in source code comments

- s/reuqest/request/
- s/requst/request/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-11 10:45:08 +01:00
parent 97a20be048
commit be51810f8d
2 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES
/**
* This is the NCQ state for the STP remote device. This state is entered
* when the device is processing an NCQ reuqest. It will remain in this state
* when the device is processing an NCQ request. It will remain in this state
* so long as there is one or more NCQ requests being processed.
*/
SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_NCQ,

View file

@ -683,7 +683,7 @@ void scif_sas_remote_device_target_reset_complete(
else
{
//Tell driver to kick off Discover process. If the domain is already
//in Discovery state, this discovery requst will not be carried on.
//in Discovery state, this discovery request will not be carried on.
scif_cb_domain_change_notification(
fw_device->domain->controller, fw_device->domain );
}
@ -692,7 +692,7 @@ void scif_sas_remote_device_target_reset_complete(
else
{
//Tell driver to kick off Discover process. If the domain is already
//in Discovery state, this discovery requst will not be carried on.
//in Discovery state, this discovery request will not be carried on.
scif_cb_domain_change_notification(
fw_device->domain->controller, fw_device->domain );
}