Wei Liu writes ("[PATCH] libxl: fix coding style issues in init_acpi_config"):
> 1. Use "r" to store return values from xc calls.
> 2. Don't initialise "rc" at the beginning of the function.
>
> Signed-off-by: Wei Liu
Right, that's what I meant.,
Acked-by: Ian Jackson
Thanks,
Ian.
_
1. Use "r" to store return values from xc calls.
2. Don't initialise "rc" at the beginning of the function.
Signed-off-by: Wei Liu
---
tools/libxl/libxl_x86_acpi.c | 31 +--
1 file changed, 17 insertions(+), 14 deletions(-)
diff --git a/tools/libxl/libxl_x86_acpi.c b