mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 08:44:14 +08:00
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>
This commit is contained in:
parent
faa6c1d92c
commit
2d535031eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user