]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/block/nvme: align with existing style
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Fri, 16 Apr 2021 03:52:28 +0000 (09:22 +0530)
committerKlaus Jensen <k.jensen@samsung.com>
Mon, 17 May 2021 07:15:13 +0000 (09:15 +0200)
commit312c3531bba416e589f106db8c8241fc6e7e6332
treeb6ad673f33335e4ee42e7a57ceae4216b546b020
parent8e8555a38d6bb68242e2653bf3243d49501200a9
hw/block/nvme: align with existing style

While QEMU coding style prefers lowercase hexadecimals in constants, the
NVMe subsystem uses the format from the NVMe specifications in comments,
i.e. 'h' suffix instead of '0x' prefix.

Fix this up across the code base.

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
[k.jensen: updated message; added conversion in a couple of missing comments]
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
hw/block/nvme-ns.c
hw/block/nvme.c
include/block/nvme.h