On Tue, 17 Jan 2017, Borislav Petkov wrote:
> -struct container {
> +struct cont_desc {
> +     struct microcode_amd *mc;
> +     u32 psize;
> +     u16 eq_id;
>       u8 *data;
>       size_t size;

While at it can you please structure the members in tabular fashion?

struct cont_desc {
        struct microcode_amd    *mc;
        u32                     psize;
        ...
        
Other than that:

Reviewed-by: Thomas Gleixner <[email protected]>

Reply via email to