On 08/08/2012 10:54 PM, Eric Blake wrote:
On 08/08/2012 08:46 AM, Guannan Ren wrote:
> >From qemuCheckScsiControllerModel
> To qemuSetScsiControllerModel
> ---
> src/qemu/qemu_command.c | 10 +++++-----
> 1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
> index 56943d5..eb3ef26 100644
> --- a/src/qemu/qemu_command.c
> +++ b/src/qemu/qemu_command.c
> @@ -469,7 +469,7 @@ static int qemuAssignDeviceDiskAliasFixed(virDomainDiskDefPtr
disk)
> }
>
> static int
> -qemuCheckScsiControllerModel(virDomainDefPtr def,
> +qemuSetScsiControllerModel(virDomainDefPtr def,
> virBitmapPtr qemuCaps,
> int *model)
Fix the indentation on the next two lines.
ACK with that tweak.
Fixed.
Thanks for the review.
Pushed.
Guannan