Message ID | 20191024152543.30310-1-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | d44c897c391ed55b7cede2f58d40b0a6e0c5763b |
Headers | show |
Series | [trivial] scsi: isci: Spelling s/configruation/configuration/ | expand |
Geert,
> Fix misspelling of "configuration".
Applied to 5.5/scsi-queue, thanks!
diff --git a/drivers/scsi/isci/port_config.c b/drivers/scsi/isci/port_config.c index 9e8de1462593aa73..b1c1975055792b15 100644 --- a/drivers/scsi/isci/port_config.c +++ b/drivers/scsi/isci/port_config.c @@ -147,7 +147,7 @@ static struct isci_port *sci_port_configuration_agent_find_port( /** * * @controller: This is the controller object that contains the port agent - * @port_agent: This is the port configruation agent for the controller. + * @port_agent: This is the port configuration agent for the controller. * * This routine will validate the port configuration is correct for the SCU * hardware. The SCU hardware allows for port configurations as follows. LP0
Fix misspelling of "configuration". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- drivers/scsi/isci/port_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)