]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: hda/generic: fix typos in comments
authorPedro Amarante <ppedrolia@gmail.com>
Sun, 8 Feb 2026 05:24:39 +0000 (21:24 -0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 8 Feb 2026 08:25:42 +0000 (09:25 +0100)
Fix 'ony' -> 'only' and 'evalute' -> 'evaluate' in code comments.

Signed-off-by: Pedro Amarante <ppedrolia@gmail.com>
Link: https://patch.msgid.link/20260208052439.11498-1-ppedrolia@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/generic.c

index 443500a3518f413fb89f5c11318edfe085b1d7e4..b75a5e9470df0c68ede0c8eedbc565b0361340c0 100644 (file)
@@ -1517,7 +1517,7 @@ static int count_multiio_pins(struct hda_codec *codec, hda_nid_t reference_pin)
 /*
  * multi-io helper
  *
- * When hardwired is set, try to fill ony hardwired pins, and returns
+ * When hardwired is set, try to fill only hardwired pins, and returns
  * zero if any pins are filled, non-zero if nothing found.
  * When hardwired is off, try to fill possible input pins, and returns
  * the badness value.
@@ -4889,7 +4889,7 @@ static int check_auto_mic_availability(struct hda_codec *codec)
  * snd_hda_gen_path_power_filter - power_filter hook to make inactive widgets
  * into power down
  * @codec: the HDA codec
- * @nid: NID to evalute
+ * @nid: NID to evaluate
  * @power_state: target power state
  */
 unsigned int snd_hda_gen_path_power_filter(struct hda_codec *codec,