summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhu Jun <zhujun2@cmss.chinamobile.com>2024-12-03 12:42:50 +0300
committerTakashi Iwai <tiwai@suse.de>2024-12-03 13:10:15 +0300
commit24a53864da2623bd90ecd51abdfb60426dc89abe (patch)
tree087d67ad64bc6e26628fa0bef2878d6ece6a2ab0
parent5217ae2b86f9b9ccdb4e37d3268a535b62a97599 (diff)
downloadlinux-24a53864da2623bd90ecd51abdfb60426dc89abe.tar.xz
ALSA: hda: Fix typo in hda_sysfs.h
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>
-rw-r--r--sound/pci/hda/hda_sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_sysfs.c b/sound/pci/hda/hda_sysfs.c
index 265fd4737893..140e24bf4d7f 100644
--- a/sound/pci/hda/hda_sysfs.c
+++ b/sound/pci/hda/hda_sysfs.c
@@ -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;