From: Takashi Iwai Date: Wed, 20 Apr 2005 11:43:00 +0000 (+0200) Subject: [ALSA] Fix a typo in comments X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c31329257522bf66df56e279e20df6fc7abd1ea7;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [ALSA] Fix a typo in comments HDA generic driver Fix a typo in comments. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c index c233e7f1a74..bfbeff2e0d0 100644 --- a/sound/pci/hda/hda_generic.c +++ b/sound/pci/hda/hda_generic.c @@ -44,7 +44,7 @@ struct hda_gnode { struct list_head list; }; -/* pathc-specific record */ +/* patch-specific record */ struct hda_gspec { struct hda_gnode *dac_node; /* DAC node */ struct hda_gnode *out_pin_node; /* Output pin (Line-Out) node */