diff mbox

ALSA: mixart: fix a comment typo

Message ID 33bee1ec2bea0a063ad6f6cf003e91ccfa6daab1.1482300478.git.geliangtang@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Geliang Tang Dec. 24, 2016, 3:28 p.m. UTC
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(-)

Comments

Takashi Iwai Dec. 28, 2016, 3:12 p.m. UTC | #1
On Sat, 24 Dec 2016 16:28:34 +0100,
Geliang Tang wrote:
> 
> Fix a comment typo in mixart.h.
> 
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>

Thanks, applied.


Takashi

> ---
>  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
> 
>
diff mbox

Patch

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 */