diff options
author | John Levon <john.levon@joyent.com> | 2019-07-23 16:09:07 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2019-07-23 16:09:07 +0000 |
commit | 4938263c9f244461337cef23486583fc4b93424b (patch) | |
tree | e316c88dd66c60521f5cc68b23ef1b2a01ccd4b7 | |
parent | f2f1503eb07e425cf052894fefb60e34fe84b84d (diff) | |
download | illumos-joyent-4938263c9f244461337cef23486583fc4b93424b.tar.gz |
fix commentOS-7790-fixup
-rw-r--r-- | usr/contrib/freebsd/dev/nvme/nvme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/contrib/freebsd/dev/nvme/nvme.h b/usr/contrib/freebsd/dev/nvme/nvme.h index f645b422ad..c7f6496426 100644 --- a/usr/contrib/freebsd/dev/nvme/nvme.h +++ b/usr/contrib/freebsd/dev/nvme/nvme.h @@ -1078,7 +1078,7 @@ struct nvme_health_information_page { uint8_t reserved2[296]; } __packed __aligned(4); -/* Currently sparse incorrectly packs this struct. */ +/* Currently sparse/smatch incorrectly packs this struct in some situations. */ #ifndef __CHECKER__ _Static_assert(sizeof(struct nvme_health_information_page) == 512, "bad size for nvme_health_information_page"); #endif |