[PATCH] drivers: scsi: File ipr.c gets few spelling fixes

From: Bhaskar Chowdhury
Date: Fri Feb 05 2021 - 04:16:21 EST




s/Enablement/Entablement/
s/specfied/specified/
s/confgurations/configurations/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
drivers/scsi/ipr.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c
index e451102b9a29..c12c0a309c54 100644
--- a/drivers/scsi/ipr.c
+++ b/drivers/scsi/ipr.c
@@ -16,7 +16,7 @@
*
* IBM pSeries: PCI-X Dual Channel Ultra 320 SCSI RAID Adapter
* PCI-X Dual Channel Ultra 320 SCSI Adapter
- * PCI-X Dual Channel Ultra 320 SCSI RAID Enablement Card
+ * PCI-X Dual Channel Ultra 320 SCSI RAID Entablement Card
* Embedded SCSI adapter on p615 and p655 systems
*
* Supported Hardware Features:
@@ -2470,7 +2470,7 @@ static void ipr_log_sis64_device_error(struct ipr_ioa_cfg *ioa_cfg,
}

/**
- * ipr_get_error - Find the specfied IOASC in the ipr_error_table.
+ * ipr_get_error - Find the specified IOASC in the ipr_error_table.
* @ioasc: IOASC
*
* This function will return the index of into the ipr_error_table
@@ -7202,7 +7202,7 @@ static const u16 ipr_blocked_processors[] = {
*
* Adapters that use Gemstone revision < 3.1 do not work reliably on
* certain pSeries hardware. This function determines if the given
- * adapter is in one of these confgurations or not.
+ * adapter is in one of these configurations or not.
*
* Return value:
* 1 if adapter is not supported / 0 if adapter is supported
--
2.30.0