[PATCH 1/4] drm/i915/gt: Fix typos in comments
Andi Shyti
andi.shyti at linux.intel.com
Fri Mar 14 02:12:21 UTC 2025
upto -> up to
acknowledgement -> acknowledgment
Signed-off-by: Andi Shyti <andi.shyti at linux.intel.com>
---
drivers/gpu/drm/i915/gt/intel_migrate.c | 2 +-
drivers/gpu/drm/i915/gt/intel_reset.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/gt/intel_migrate.c b/drivers/gpu/drm/i915/gt/intel_migrate.c
index aff5aca591e6..86927e0c76e2 100644
--- a/drivers/gpu/drm/i915/gt/intel_migrate.c
+++ b/drivers/gpu/drm/i915/gt/intel_migrate.c
@@ -643,7 +643,7 @@ calculate_chunk_sz(struct drm_i915_private *i915, bool src_is_lmem,
{
if (ccs_bytes_to_cpy && !src_is_lmem)
/*
- * When CHUNK_SZ is passed all the pages upto CHUNK_SZ
+ * When CHUNK_SZ is passed all the pages up to CHUNK_SZ
* will be taken for the blt. in Flat-ccs supported
* platform Smem obj will have more pages than required
* for main memory hence limit it to the required size
diff --git a/drivers/gpu/drm/i915/gt/intel_reset.c b/drivers/gpu/drm/i915/gt/intel_reset.c
index dbdcfe130ad4..82e8df40f5b1 100644
--- a/drivers/gpu/drm/i915/gt/intel_reset.c
+++ b/drivers/gpu/drm/i915/gt/intel_reset.c
@@ -162,7 +162,7 @@ static int i915_do_reset(struct intel_gt *gt,
struct pci_dev *pdev = to_pci_dev(gt->i915->drm.dev);
int err;
- /* Assert reset for at least 50 usec, and wait for acknowledgement. */
+ /* Assert reset for at least 50 usec, and wait for acknowledgment */
pci_write_config_byte(pdev, I915_GDRST, GRDOM_RESET_ENABLE);
udelay(50);
err = _wait_for_atomic(i915_in_reset(pdev), 50000, 0);
--
2.47.2
More information about the Intel-gfx
mailing list