projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eff682
)
ALSA: mixart: fix a comment typo
author
Geliang Tang
<geliangtang@gmail.com>
Sat, 24 Dec 2016 15:28:34 +0000
(23:28 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 28 Dec 2016 15:11:34 +0000
(16:11 +0100)
Fix a comment typo in mixart.h.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/mixart/mixart.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/mixart/mixart.h
b/sound/pci/mixart/mixart.h
index 0cc17e0ea34a4d19b3558ff18b2120b84e659490..4267438715402ce8e62bc10966f3fa6cab16d397 100644
(file)
--- 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 ta
ks
let */
+ atomic_t msg_processed; /* number of messages to be processed in ta
sk
let */
struct mutex lock; /* interrupt lock */
struct mutex msg_lock; /* mailbox lock */