]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: hda: Fix typo in hda_sysfs.h
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Tue, 3 Dec 2024 09:42:50 +0000 (01:42 -0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 Dec 2024 10:10:15 +0000 (11:10 +0100)
The word 'accodingly' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://patch.msgid.link/20241203094250.8312-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_sysfs.c

index 265fd47378931d44b6f1b7fbd385df233edfa988..140e24bf4d7fc5da40e9255d6def98a57ae4c2b7 100644 (file)
@@ -648,7 +648,7 @@ static const struct hda_patch_item patch_items[NUM_LINE_MODES] = {
        },
 };
 
-/* check the line starting with '[' -- change the parser mode accodingly */
+/* check the line starting with '[' -- change the parser mode accordingly */
 static int parse_line_mode(char *buf, struct hda_bus *bus)
 {
        int i;