From: Wu Fengguang Date: Tue, 7 Oct 2008 06:17:53 +0000 (+0800) Subject: ALSA: hda: comment typo fix X-Git-Tag: v2.6.28-rc1~20^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c1d1a98c5e20ba517369d15995464a10add9132;p=profile%2Fivi%2Fkernel-x86-ivi.git ALSA: hda: comment typo fix fix a typo in comment for process_unsol_events(). 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 fdb6d55..1c0b33b 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -317,7 +317,7 @@ int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex) } /* - * process queueud unsolicited events + * process queued unsolicited events */ static void process_unsol_events(struct work_struct *work) {