On Wed, 2022-12-21 at 12:21 +0200, Jani Nikula wrote: > On Tue, 20 Dec 2022, Alan Previn <alan.previn.teres.alexis@xxxxxxxxx> wrote: > > Alan:[snip] > > +++ b/drivers/gpu/drm/i915/pxp/intel_pxp_tee.c > > @@ -298,6 +298,11 @@ int intel_pxp_tee_cmd_create_arb_session(struct intel_pxp *pxp, > > > > if (ret) > > drm_err(&i915->drm, "Failed to send tee msg ret=[%d]\n", ret); > > + > > Superfluous newline that someone's gonna send a patch later to > remove. Easier to just not add it. > > BR, > Jani. > Alan: will fix