diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-10-24 17:26:33 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-10-25 03:22:32 +0200 |
commit | 1125c70a92383be7fc9f4b4413a6b269288e1b24 (patch) | |
tree | 4eae6f768da8b1b0ffd6f14d69b94fee4f44a21a /drivers/scsi/isci | |
parent | scsi: isci: Spelling s/configruation/configuration/ (diff) | |
download | linux-1125c70a92383be7fc9f4b4413a6b269288e1b24.tar.xz linux-1125c70a92383be7fc9f4b4413a6b269288e1b24.zip |
scsi: Fix various misspellings of "connect"
Fix misspellings of "disonnect", "reconnect", "connection", "connected",
and "disconnection".
Link: https://lore.kernel.org/r/20191024152633.30404-1-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/isci')
-rw-r--r-- | drivers/scsi/isci/remote_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/remote_device.c b/drivers/scsi/isci/remote_device.c index 49aa4e657c44..cd1e4b4d95bb 100644 --- a/drivers/scsi/isci/remote_device.c +++ b/drivers/scsi/isci/remote_device.c @@ -1504,7 +1504,7 @@ static enum sci_status isci_remote_device_construct(struct isci_port *iport, * This function builds the isci_remote_device when a libsas dev_found message * is received. * @isci_host: This parameter specifies the isci host object. - * @port: This parameter specifies the isci_port conected to this device. + * @port: This parameter specifies the isci_port connected to this device. * * pointer to new isci_remote_device. */ |