scsi: pmcraid: Fix typos
authorzuoqilin <zuoqilin@yulong.com>
Fri, 21 May 2021 08:28:08 +0000 (16:28 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 21 May 2021 20:59:33 +0000 (16:59 -0400)
Change "avaibale" and "avaible" to "available".

Link: https://lore.kernel.org/r/20210521082808.1925-1-zuoqilin1@163.com
Signed-off-by: zuoqilin <zuoqilin@yulong.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/pmcraid.h

index 6d36debde18ea9e4f5cebf1c67b2fc58addbb0ef..bbb75318f1e7fb6067d3b19ab4dbe08cd425d6a8 100644 (file)
@@ -47,8 +47,8 @@
 /*
  * MAX_CMD          : maximum commands that can be outstanding with IOA
  * MAX_IO_CMD       : command blocks available for IO commands
- * MAX_HCAM_CMD     : command blocks avaibale for HCAMS
- * MAX_INTERNAL_CMD : command blocks avaible for internal commands like reset
+ * MAX_HCAM_CMD     : command blocks available for HCAMS
+ * MAX_INTERNAL_CMD : command blocks available for internal commands like reset
  */
 #define PMCRAID_MAX_CMD                                1024
 #define PMCRAID_MAX_IO_CMD                     1020