[PATCH] drm/i915/gt/uc: Fix typo in comment
Cavitt, Jonathan
jonathan.cavitt at intel.com
Fri Jun 14 15:23:54 UTC 2024
-----Original Message-----
From: Andi Shyti <andi.shyti at linux.intel.com>
Sent: Friday, June 14, 2024 8:22 AM
To: Andi Shyti <andi.shyti at linux.intel.com>
Cc: intel-gfx <intel-gfx at lists.freedesktop.org>; dri-devel <dri-devel at lists.freedesktop.org>; Harrison, John C <john.c.harrison at intel.com>; Cavitt, Jonathan <jonathan.cavitt at intel.com>
Subject: Re: [PATCH] drm/i915/gt/uc: Fix typo in comment
>
> I guess sparse and potential CI errors won't minimally relate to
> this patch.
Yeah, I don't see how a change to a comment could ever be related
to any CI errors:
Reviewed-by: Jonathan Cavitt
-Jonathan Cavitt
>
> Adding also Jonathan in Cc :-)
>
> Thanks,
> Andi
>
> On Fri, Jun 14, 2024 at 12:28:37AM +0200, Andi Shyti wrote:
> > Replace "dynmically" with "dynamically".
> >
> > Signed-off-by: Andi Shyti <andi.shyti at linux.intel.com>
> > Cc: John Harrison <John.C.Harrison at Intel.com>
> > ---
> > drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h b/drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h
> > index 14797e80bc92..263c9c3f6a03 100644
> > --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h
> > +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h
> > @@ -295,7 +295,7 @@ struct guc_update_scheduling_policy_header {
> > } __packed;
> >
> > /*
> > - * Can't dynmically allocate memory for the scheduling policy KLV because
> > + * Can't dynamically allocate memory for the scheduling policy KLV because
> > * it will be sent from within the reset path. Need a fixed size lump on
> > * the stack instead :(.
> > *
> > --
> > 2.45.1
>
More information about the Intel-gfx
mailing list