Skip to content

Commit

Permalink
ALSA: hda: comment typo fix
Browse files Browse the repository at this point in the history
fix a typo in comment for process_unsol_events().

Signed-off-by: Wu Fengguang<wfg@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Wu Fengguang authored and Jaroslav Kysela committed Oct 10, 2008
1 parent 238713d commit 5c1d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 5c1d1a9

Please sign in to comment.