diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2022-07-26 11:20:58 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2022-07-26 17:59:55 +0000 |
commit | fb1c21688c5702d0bc50d67359dee4af12d0c693 (patch) | |
tree | cd8ed0a8c36cf40d23528fc5cf9062b9aaa74808 /sys/dev/smartpqi | |
parent | 24e13a49faabb22ece97dc8e4718caf8f6bad84c (diff) | |
download | src-fb1c21688c5702d0bc50d67359dee4af12d0c693.tar.gz src-fb1c21688c5702d0bc50d67359dee4af12d0c693.zip |
Diffstat (limited to 'sys/dev/smartpqi')
-rw-r--r-- | sys/dev/smartpqi/smartpqi_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/smartpqi/smartpqi_helper.c b/sys/dev/smartpqi/smartpqi_helper.c index 45d9fca071d3..e6a5f6876b64 100644 --- a/sys/dev/smartpqi/smartpqi_helper.c +++ b/sys/dev/smartpqi/smartpqi_helper.c @@ -371,7 +371,7 @@ void pqisrc_display_device_info(pqisrc_softstate_t *softs, /* validate the structure sizes */ void -check_struct_sizes() +check_struct_sizes(void) { ASSERT(sizeof(SCSI3Addr_struct)== 2); |