ciss: Fix typo

Although unused, fixed type in CISS_BOARD_UNKNOWN #define.

Submitted by: Peter Eriksson (a trivial part of D25155)
This commit is contained in:
Warner Losh 2023-05-07 22:25:01 -06:00
parent 356e698011
commit 4e2ddfba50

View File

@ -279,7 +279,7 @@ TUNABLE_INT("hw.ciss.force_interrupt", &ciss_force_interrupt);
* stick with matching against subvendor/subdevice, and thus have to
* be updated for every new CISS adapter that appears.
*/
#define CISS_BOARD_UNKNWON 0
#define CISS_BOARD_UNKNOWN 0
#define CISS_BOARD_SA5 1
#define CISS_BOARD_SA5B 2
#define CISS_BOARD_NOMSI (1<<4)