From 04323a06637690480a79529e0006dc9dd60cd3cb Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 31 May 2018 12:32:37 -0700 Subject: [PATCH] doc: fix doxygen comments in virtio.h Fixes a recent PR #311 that added a new API but the doxygen comments for one of the parameters didn't match the parameter name. Signed-off-by: David B. Kinder --- devicemodel/include/virtio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/include/virtio.h b/devicemodel/include/virtio.h index 9805094ff..ff71b491b 100644 --- a/devicemodel/include/virtio.h +++ b/devicemodel/include/virtio.h @@ -904,7 +904,7 @@ int virtio_pci_modern_cfgread(struct vmctx *ctx, int vcpu, struct pci_vdev *dev, * @param dev Pointer to struct pci_vdev which emulates a PCI device. * @param coff Register offset in bytes within PCI configuration space. * @param bytes Access range in bytes. - * @param value The value to write. + * @param val The value to write. * * @return 0 on handled and non-zero on non-handled. */