diff mbox series

drivers: scsi: File ipr.c gets few spelling fixes

Message ID 20210205091257.484726-1-unixbhaskar@gmail.com (mailing list archive)
State Changes Requested
Headers show
Series drivers: scsi: File ipr.c gets few spelling fixes | expand

Commit Message

Bhaskar Chowdhury Feb. 5, 2021, 9:12 a.m. UTC
s/Enablement/Entablement/
s/specfied/specified/
s/confgurations/configurations/

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

--
2.30.0

Comments

Randy Dunlap Feb. 5, 2021, 5:10 p.m. UTC | #1
On 2/5/21 1:12 AM, Bhaskar Chowdhury wrote:
> 
> 
> s/Enablement/Entablement/

http://dict.org/bin/Dict?Form=Dict2&Database=*&Query=enablement

> s/specfied/specified/
> s/confgurations/configurations/

These other 2 are good changes.

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

Patch

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