From: Peter Krempa Date: Fri, 11 May 2018 12:20:12 +0000 (+0200) Subject: qemu: command: Fix comment for qemuBuildPRManagerInfoProps X-Git-Tag: v4.4.0-rc1~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e3ae0d51e8c375560c64087c2f9544331cbf27;p=thirdparty%2Flibvirt.git qemu: command: Fix comment for qemuBuildPRManagerInfoProps The comment did not accurately describe the arguments. Signed-off-by: Peter Krempa --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index c6988923e9..330f95bf24 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -9717,8 +9717,10 @@ qemuBuildPanicCommandLine(virCommandPtr cmd, /** * qemuBuildPRManagerInfoProps: - * @prd: disk PR runtime info - * @propsret: JSON properties to return + * @vm: domain object + * @disk: disk definition + * @propsret: Returns JSON object containing properties of the pr-manager-helper object + * @aliasret: alias of the pr-manager-helper object * * Build the JSON properties for the pr-manager object. *