On 02/12/16 13:48, Roger Pau Monne wrote:
> Signed-off-by: Roger Pau Monné <roger....@citrix.com>
> ---
> Cc: Jan Beulich <jbeul...@suse.com>
> Cc: Andrew Cooper <andrew.coop...@citrix.com>
> Cc: Ian Jackson <ian.jack...@eu.citrix.com>
> Cc: Wei Liu <wei.l...@citrix.com>
> Cc: boris.ostrov...@oracle.com
> Cc: konrad.w...@oracle.com
> ---
>  tools/libacpi/acpi2_0.h | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/tools/libacpi/acpi2_0.h b/tools/libacpi/acpi2_0.h
> index 775eb7a..5ddef8a 100644
> --- a/tools/libacpi/acpi2_0.h
> +++ b/tools/libacpi/acpi2_0.h
> @@ -227,9 +227,8 @@ struct acpi_20_fadt {
>  /*
>   * FADT Boot Architecture Flags.
>   */
> -#define ACPI_LEGACY_DEVICES (1 << 0)
> -#define ACPI_8042           (1 << 1)
> -
> +#define ACPI_FADT_LEGACY_DEVICES    (1 << 0)
> +#define ACPI_FADT_8042              (1 << 1)

It would be better to retain the newline here,  Otherwise, Reviewed-by:
Andrew Cooper <andrew.coop...@citrix.com>

>  /*
>   * FADT Fixed Feature Flags.
>   */


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to