From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Nitin Gote <nitin.r.gote@intel.com>,
Tvrtko Ursulin <tursulin@ursulin.net>,
<krzysztof.niemiec@intel.com>, <andi.shyti@intel.com>,
<jani.nikula@linux.intel.com>, <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH v4 3/8] drm/i915/gem: fix typos in i915/gem files
Date: Thu, 23 Jan 2025 05:49:33 -0500 [thread overview]
Message-ID: <Z5IevfSnzJOkityM@intel.com> (raw)
In-Reply-To: <173762888649.10294.11253060379071971587@jlahtine-mobl.ger.corp.intel.com>
On Thu, Jan 23, 2025 at 12:41:26PM +0200, Joonas Lahtinen wrote:
> Quoting Rodrigo Vivi (2025-01-21 18:14:51)
> > On Mon, Jan 20, 2025 at 01:45:12PM +0530, Nitin Gote wrote:
> > > Fix all typos in files under drm/i915/gem reported by codespell tool.
> > >
> > > v2: Codespell won't catch it, but it should be
> > > "user defined" and not "use defined". <Krzysztof Niemiec>
> > >
> > > Signed-off-by: Nitin Gote <nitin.r.gote@intel.com>
> > > ---
> > > drivers/gpu/drm/i915/gem/i915_gem_context.c | 6 +++---
> > > drivers/gpu/drm/i915/gem/i915_gem_context_types.h | 6 +++---
> > > drivers/gpu/drm/i915/gem/i915_gem_domain.c | 2 +-
> > > drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 4 ++--
> > > drivers/gpu/drm/i915/gem/i915_gem_region.c | 2 +-
> > > drivers/gpu/drm/i915/gem/i915_gem_shrinker.c | 4 ++--
> > > drivers/gpu/drm/i915/gem/i915_gem_tiling.c | 2 +-
> > > drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 2 +-
> > > drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c | 2 +-
> >
> > Joonas, Tvrtko, ack on taking this and the other gt related patch from this
> > series both in drm-intel-next?
>
> That's fine by me. We can always cross-merge if there is an incoming
> conflict, which is not expected at this rate of patches in -gt-next.
Thanks, pushed this series to drm-intel-next
>
> Regards, Joonas
next prev parent reply other threads:[~2025-01-23 10:49 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-20 8:15 [PATCH v4 0/8] Fix all typos in i915 Nitin Gote
2025-01-20 8:15 ` [PATCH v4 1/8] drm/i915/gt: fix typos in i915/gt files Nitin Gote
2025-01-20 13:14 ` Krzysztof Niemiec
2025-01-20 8:15 ` [PATCH v4 2/8] drm/i915/gvt: fix typos in i915/gvt files Nitin Gote
2025-01-20 13:15 ` Krzysztof Niemiec
2025-01-20 8:15 ` [PATCH v4 3/8] drm/i915/gem: fix typos in i915/gem files Nitin Gote
2025-01-20 13:15 ` Krzysztof Niemiec
2025-01-21 16:14 ` Rodrigo Vivi
2025-01-23 10:41 ` Joonas Lahtinen
2025-01-23 10:49 ` Rodrigo Vivi [this message]
2025-01-20 8:15 ` [PATCH v4 4/8] drm/i915/pxp: fix typos in i915/pxp files Nitin Gote
2025-01-20 13:16 ` Krzysztof Niemiec
2025-01-20 8:15 ` [PATCH v4 5/8] drm/i915/selftests: fix typos in i915/selftests files Nitin Gote
2025-01-20 13:16 ` Krzysztof Niemiec
2025-01-20 8:15 ` [PATCH v4 6/8] drm/i915/soc: fix typos in i915/soc files Nitin Gote
2025-01-20 13:17 ` Krzysztof Niemiec
2025-01-20 8:15 ` [PATCH v4 7/8] drm/i915/display: fix typos in i915/display files Nitin Gote
2025-01-20 13:17 ` Krzysztof Niemiec
2025-01-20 8:15 ` [PATCH v4 8/8] drm/i915: fix typos in drm/i915 files Nitin Gote
2025-01-20 13:18 ` Krzysztof Niemiec
2025-01-20 9:42 ` ✗ Fi.CI.SPARSE: warning for Fix all typos in i915 (rev6) Patchwork
2025-01-20 9:56 ` ✓ i915.CI.BAT: success " Patchwork
2025-01-21 4:59 ` ✗ i915.CI.Full: failure " Patchwork
2025-01-21 5:04 ` Gote, Nitin R
2025-01-22 4:41 ` Ravali, JupallyX
2025-01-21 14:45 ` ✓ i915.CI.Full: success " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z5IevfSnzJOkityM@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=andi.shyti@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=krzysztof.niemiec@intel.com \
--cc=nitin.r.gote@intel.com \
--cc=tursulin@ursulin.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.