lkml.org 
[lkml]   [2017]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 09/21] x86/intel_rdt: Simplify info and base file lists
    On Mon, 26 Jun 2017, Vikas Shivappa wrote:
    > @@ -82,6 +82,7 @@ struct rdt_resource rdt_resources_all[] = {
    > },
    > .parse_ctrlval = parse_cbm,
    > .format_str = "%d=%0*x",
    > + .fflags = RFTYPE_RES_CACHE,
    > },

    Can you please convert that array to use explicit array member
    initializers? I've noticed this back when I reviewed the intial RDT
    implementation, but it somehow escaped. i.e.:

    [RESOURCE_ID] =
    {
    .....
    }

    Thanks,

    tglx

    \
     
     \ /
      Last update: 2017-07-02 19:27    [W:4.076 / U:0.232 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site