On 13/06/14 18:00, Daniel Kiper wrote:
> Define constants and structures which are needed to properly
> execute EFI related hypercall in Xen dom0.
> 
> This patch is based on Jan Beulich and Tang Liang work.
> 
> v5 - suggestions/fixes:

This version information should be after a '---' marker.

> +     struct {
> +             GUEST_HANDLE(void) name;  /* UCS-2/UTF-16 string */
> +             xen_ulong_t size;
> +             GUEST_HANDLE(void) data;
> +             struct xenpf_efi_guid {
> +                     uint32_t data1;
> +                     uint16_t data2;
> +                     uint16_t data3;
> +                     uint8_t data4[8];
> +                     } vendor_guid;

Indentation looks all messed up here and in many other places.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to