diff options
| author | Nitin Gote <[email protected]> | 2025-01-20 08:15:10 +0000 |
|---|---|---|
| committer | Rodrigo Vivi <[email protected]> | 2025-01-23 10:48:22 +0000 |
| commit | c156ef573efe4230ef3dc1ff2ec0038fe0eb217f (patch) | |
| tree | 443dc9dcb8702ff9243aa812f24e17b9ba191c6b /drivers/gpu/drm/i915/gt/intel_gt_irq.c | |
| parent | drm/i915/cx0_phy: Use HDMI PLL algorithm for C10 PHY (diff) | |
| download | kernel-c156ef573efe4230ef3dc1ff2ec0038fe0eb217f.tar.gz kernel-c156ef573efe4230ef3dc1ff2ec0038fe0eb217f.zip | |
drm/i915/gt: fix typos in i915/gt files.
Fix all typos in files under drm/i915/gt reported by codespell tool.
v2: Fix grammar mistake in comment. <Andi>
v3: Correct typo in commit log. <Krzysztof Niemiec>
Signed-off-by: Nitin Gote <[email protected]>
Reviewed-by: Krzysztof Niemiec <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/i915/gt/intel_gt_irq.c')
| -rw-r--r-- | drivers/gpu/drm/i915/gt/intel_gt_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gt/intel_gt_irq.c b/drivers/gpu/drm/i915/gt/intel_gt_irq.c index 1240d44eeb85..75e802e10be2 100644 --- a/drivers/gpu/drm/i915/gt/intel_gt_irq.c +++ b/drivers/gpu/drm/i915/gt/intel_gt_irq.c @@ -480,7 +480,7 @@ void gen8_gt_irq_postinstall(struct intel_gt *gt) gen2_irq_init(uncore, GEN8_GT_IRQ_REGS(1), ~gt_interrupts[1], gt_interrupts[1]); /* * RPS interrupts will get enabled/disabled on demand when RPS itself - * is enabled/disabled. Same wil be the case for GuC interrupts. + * is enabled/disabled. Same will be the case for GuC interrupts. */ gen2_irq_init(uncore, GEN8_GT_IRQ_REGS(2), gt->pm_imr, gt->pm_ier); gen2_irq_init(uncore, GEN8_GT_IRQ_REGS(3), ~gt_interrupts[3], gt_interrupts[3]); |
