On Wed, 2017-10-04 at 18:13 +0000, Michal Wajdeczko wrote: > Move GuC core definitions into dedicated files as we want to > keep GuC specific code in separated files. > > v2: move all functions in single patch (Joonas) > fix old checkpatch issues (Sagar) > > v3: rebased > > Signed-off-by: Michal Wajdeczko <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Chris Wilson <[email protected]> > Cc: Sagar Arun Kamble <[email protected]> > Reviewed-by: Sagar Arun Kamble <[email protected]> #1
<SNIP> > +static > +inline int intel_guc_send(struct intel_guc *guc, const u32 *action, u32 len) Split this at the correct boundary between return type and function name. Then this is; Reviewed-by: Joonas Lahtinen <[email protected]> Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
