Fix typos in comments, reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt.  Only touches comments, no code
changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <[email protected]>
---
 drivers/gpu/drm/tegra/hdmi.c    | 2 +-
 drivers/gpu/host1x/hw/intr_hw.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/tegra/hdmi.c b/drivers/gpu/drm/tegra/hdmi.c
index 0d2c0ab0a63e..d69c0153739f 100644
--- a/drivers/gpu/drm/tegra/hdmi.c
+++ b/drivers/gpu/drm/tegra/hdmi.c
@@ -520,7 +520,7 @@ static int tegra_hdmi_setup_audio(struct tegra_hdmi *hdmi)
 
        /*
         * Tegra30 and later use a slightly modified version of the register
-        * layout to accomodate for changes related to supporting HDA as the
+        * layout to accommodate for changes related to supporting HDA as the
         * audio input source for HDMI. The source select field has moved to
         * the SOR_AUDIO_CNTRL0 register, but the error tolerance and frames
         * per block fields remain in the AUDIO_CNTRL0 register.
diff --git a/drivers/gpu/host1x/hw/intr_hw.c b/drivers/gpu/host1x/hw/intr_hw.c
index bd5b5ef62f35..afb68e47ecf6 100644
--- a/drivers/gpu/host1x/hw/intr_hw.c
+++ b/drivers/gpu/host1x/hw/intr_hw.c
@@ -93,7 +93,7 @@ host1x_intr_init_host_sync(struct host1x *host, u32 cpm)
        host1x_sync_writel(host, 0, HOST1X_SYNC_IP_BUSY_TIMEOUT);
 
        /*
-        * increase the auto-ack timout to the maximum value. 2d will hang
+        * increase the auto-ack timeout to the maximum value. 2d will hang
         * otherwise on Tegra2.
         */
        host1x_sync_writel(host, 0xff, HOST1X_SYNC_CTXSW_TIMEOUT_CFG);
-- 
2.48.1

Reply via email to