[alsa-devel] [PATCH] hda: comment typo fix

Wu Fengguang wfg at linux.intel.com
Tue Oct 7 08:17:53 CEST 2008


fix a typo in comment for process_unsol_events().

Signed-off-by: Wu Fengguang<wfg at linux.intel.com>
---

diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index c742e10..7717a92 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -314,7 +314,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)
 {



More information about the Alsa-devel mailing list