From: Wu Fengguang Date: Tue, 7 Oct 2008 06:21:41 +0000 (+0800) Subject: ALSA: hda: comment typo fix X-Git-Tag: v2.6.28-rc1~20^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b34500c1ce9707b77ba1631bb21c8a1dea060bd;p=platform%2Fkernel%2Flinux-3.10.git ALSA: hda: comment typo fix fix a typo in comment for is_in_nid_list(). Signed-off-by: Wu Fengguang Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 1c0b33b..6447754 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -2789,7 +2789,7 @@ int snd_hda_multi_out_analog_cleanup(struct hda_codec *codec, } /* - * Helper for automatic ping configuration + * Helper for automatic pin configuration */ static int is_in_nid_list(hda_nid_t nid, hda_nid_t *list)