aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/mixart
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@gmail.com>2016-12-24 23:28:34 +0800
committerTakashi Iwai <tiwai@suse.de>2016-12-28 16:11:34 +0100
commit1c623c2409b105c3960d60f450ccc0b37d8cb89a (patch)
tree20a5045e57d906221846463a72ada900a553993c /sound/pci/mixart
parent3eff682d765b496ce2f9727bb1e001ec77b21453 (diff)
ALSA: mixart: fix a comment typo
Fix a comment typo in mixart.h. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/mixart')
-rw-r--r--sound/pci/mixart/mixart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/mixart/mixart.h b/sound/pci/mixart/mixart.h
index 0cc17e0ea34a..426743871540 100644
--- a/sound/pci/mixart/mixart.h
+++ b/sound/pci/mixart/mixart.h
@@ -86,7 +86,7 @@ struct mixart_mgr {
u32 msg_fifo[MSG_FIFO_SIZE];
int msg_fifo_readptr;
int msg_fifo_writeptr;
- atomic_t msg_processed; /* number of messages to be processed in takslet */
+ atomic_t msg_processed; /* number of messages to be processed in tasklet */
struct mutex lock; /* interrupt lock */
struct mutex msg_lock; /* mailbox lock */