Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1547071
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ALSA: mixart: fix a comment typo |
| Date | 2016-12-24 16:30 +0100 |
| Message-ID | <sRWqK-ca-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix a comment typo in mixart.h.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
sound/pci/mixart/mixart.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/mixart/mixart.h b/sound/pci/mixart/mixart.h
index 0cc17e0..4267438 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 */
--
2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ALSA: mixart: fix a comment typo Geliang Tang <geliangtang@gmail.com> - 2016-12-24 16:30 +0100
[PATCH] cgroup: fix a comment typo Geliang Tang <geliangtang@gmail.com> - 2016-12-24 16:30 +0100
Re: [PATCH] cgroup: fix a comment typo Tejun Heo <tj@kernel.org> - 2016-12-27 21:00 +0100
Re: [PATCH] ALSA: mixart: fix a comment typo Takashi Iwai <tiwai@suse.de> - 2016-12-28 16:20 +0100
csiph-web