Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: pmcraid: Fix typos

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>

authored by

zuoqilin and committed by
Martin K. Petersen
2d535031 faa6c1d9

+2 -2
+2 -2
drivers/scsi/pmcraid.h
··· 47 47 /* 48 48 * MAX_CMD : maximum commands that can be outstanding with IOA 49 49 * MAX_IO_CMD : command blocks available for IO commands 50 - * MAX_HCAM_CMD : command blocks avaibale for HCAMS 51 - * MAX_INTERNAL_CMD : command blocks avaible for internal commands like reset 50 + * MAX_HCAM_CMD : command blocks available for HCAMS 51 + * MAX_INTERNAL_CMD : command blocks available for internal commands like reset 52 52 */ 53 53 #define PMCRAID_MAX_CMD 1024 54 54 #define PMCRAID_MAX_IO_CMD 1020