]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ALSA: hda: Fix spelling mistake "dismatch" -> "mismatch"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 8 Aug 2025 10:46:21 +0000 (11:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 11 Aug 2025 07:13:11 +0000 (09:13 +0200)
There is a spelling mistake (or neologism of dis and match) in a
dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20250808104621.829448-1-colin.i.king@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c

index 45ac5e41bd4ff9e29af57af141c4794c81afe538..e1d60da50897f25166787b3c74cb2e30637801fe 100644 (file)
@@ -356,7 +356,7 @@ static int tas2563_save_calibration(struct tas2781_hda *h)
        }
 
        if (cd->total_sz != offset) {
-               dev_err(p->dev, "%s: tot_size(%lu) and offset(%u) dismatch\n",
+               dev_err(p->dev, "%s: tot_size(%lu) and offset(%u) mismatch\n",
                        __func__, cd->total_sz, offset);
                return -EINVAL;
        }