[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241203094250.8312-1-zhujun2@cmss.chinamobile.com>
Date: Tue, 3 Dec 2024 01:42:50 -0800
From: Zhu Jun <zhujun2@...s.chinamobile.com>
To: perex@...ex.cz
Cc: tiwai@...e.com,
linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org,
zhujun2@...s.chinamobile.com
Subject: [PATCH] ALSA: hda: Fix typo in hda_sysfs.h
The word 'accodingly' is wrong, so fix it.
Signed-off-by: Zhu Jun <zhujun2@...s.chinamobile.com>
---
sound/pci/hda/hda_sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/hda/hda_sysfs.c b/sound/pci/hda/hda_sysfs.c
index 265fd4737..140e24bf4 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;
--
2.17.1
Powered by blists - more mailing lists