On Mon, Jun 30, 2025 at 04:21:53PM +0000, John Garry wrote: > The command word members of struct nvme_common_command are __le32 type, > so use helper le32_to_cpu() to read them properly. Looks good. Reviewed-by: Keith Busch <kbusch at kernel.org>