diff mbox series

scsi: Fix typo

Message ID 20210521082808.1925-1-zuoqilin1@163.com (mailing list archive)
State Accepted
Headers show
Series scsi: Fix typo | expand

Commit Message

zuoqilin1@163.com May 21, 2021, 8:28 a.m. UTC
From: zuoqilin <zuoqilin@yulong.com>

Change "avaibale" and "avaible" to "available".

Signed-off-by: zuoqilin <zuoqilin@yulong.com>
---
 drivers/scsi/pmcraid.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen May 21, 2021, 8:59 p.m. UTC | #1
zuoqilin1@163.com,

> Change "avaibale" and "avaible" to "available".

Applied to 5.14/scsi-staging, thanks!
Martin K. Petersen May 26, 2021, 4:07 a.m. UTC | #2
On Fri, 21 May 2021 16:28:08 +0800, zuoqilin1@163.com wrote:

> Change "avaibale" and "avaible" to "available".

Applied to 5.14/scsi-queue, thanks!

[1/1] scsi: Fix typo
      https://git.kernel.org/mkp/scsi/c/2d535031eb2e
diff mbox series

Patch

diff --git a/drivers/scsi/pmcraid.h b/drivers/scsi/pmcraid.h
index 6d36deb..bbb7531 100644
--- a/drivers/scsi/pmcraid.h
+++ b/drivers/scsi/pmcraid.h
@@ -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