mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
arcmsr(4): Fix a typo in a source code comment
- s/faild/failed/ MFC after: 3 days
This commit is contained in:
parent
4bd5e6221e
commit
24a630de81
1 changed files with 1 additions and 1 deletions
|
|
@ -1424,7 +1424,7 @@ struct AdapterControlBlock {
|
|||
#define ACB_F_MESSAGE_WQBUFFER_READ 0x0040
|
||||
#define ACB_F_BUS_RESET 0x0080
|
||||
#define ACB_F_IOP_INITED 0x0100 /* iop init */
|
||||
#define ACB_F_MAPFREESRB_FAILD 0x0200 /* arcmsr_map_freesrb faild */
|
||||
#define ACB_F_MAPFREESRB_FAILD 0x0200 /* arcmsr_map_freesrb failed */
|
||||
#define ACB_F_CAM_DEV_QFRZN 0x0400
|
||||
#define ACB_F_BUS_HANG_ON 0x0800 /* need hardware reset bus */
|
||||
#define ACB_F_SRB_FUNCTION_POWER 0x1000
|
||||
|
|
|
|||
Loading…
Reference in a new issue