]> www.infradead.org Git - users/sagi/libnvme.git/commit
fix endians
authorKeith Busch <kbusch@kernel.org>
Thu, 9 Feb 2023 18:47:19 +0000 (10:47 -0800)
committerKeith Busch <kbusch@kernel.org>
Wed, 15 Feb 2023 16:59:51 +0000 (16:59 +0000)
commit971115841d06a3db24253808be576c787ca88973
tree9fa49ddf21cde9231b70ed187f9ef0e1acb9cb51
parent13b80682f9da0c9d1a81813d6254ef6d9fd81a8c
fix endians

All the nvme defined payloads are in little endian. All the known users
are alrady using the appropriate le*_to_cpu() accessors, so just fix the
type annotations.

Cc: Klaus Jensen <its@irrelevant.dk>
Signed-off-by: Keith Busch <kbusch@kernel.org>
src/nvme/types.h