diff mbox series

ALSA: hda: Fix typo in hda_sysfs.h

Message ID 20241203094250.8312-1-zhujun2@cmss.chinamobile.com (mailing list archive)
State New
Headers show
Series ALSA: hda: Fix typo in hda_sysfs.h | expand

Commit Message

Zhu Jun Dec. 3, 2024, 9:42 a.m. UTC
The word 'accodingly' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
---
 sound/pci/hda/hda_sysfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai Dec. 3, 2024, 10:10 a.m. UTC | #1
On Tue, 03 Dec 2024 10:42:50 +0100,
Zhu Jun wrote:
> 
> The word 'accodingly' is wrong, so fix it.
> 
> Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>

Thanks, applied now.


Takashi
diff mbox series

Patch

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;