mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
ALSA: hda: Fix spelling mistake "dismatch" -> "mismatch"
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>
This commit is contained in:
parent
0db77eccd9
commit
03714939b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue