Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1547071 > unrolled thread

[PATCH] ALSA: mixart: fix a comment typo

Started byGeliang Tang <geliangtang@gmail.com>
First post2016-12-24 16:30 +0100
Last post2016-12-28 16:20 +0100
Articles 4 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1547071 — [PATCH] ALSA: mixart: fix a comment typo

FromGeliang Tang <geliangtang@gmail.com>
Date2016-12-24 16:30 +0100
Subject[PATCH] ALSA: mixart: fix a comment typo
Message-ID<sRWqK-ca-3@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1547072 — [PATCH] cgroup: fix a comment typo

FromGeliang Tang <geliangtang@gmail.com>
Date2016-12-24 16:30 +0100
Subject[PATCH] cgroup: fix a comment typo
Message-ID<sRWqK-ca-11@gated-at.bofh.it>
In reply to#1547071
Fix a comment typo in cgroup.h.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 include/linux/cgroup.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index c83c23f..f6b43fb 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -266,7 +266,7 @@ void css_task_iter_end(struct css_task_iter *it);
  * cgroup_taskset_for_each_leader - iterate group leaders in a cgroup_taskset
  * @leader: the loop cursor
  * @dst_css: the destination css
- * @tset: takset to iterate
+ * @tset: taskset to iterate
  *
  * Iterate threadgroup leaders of @tset.  For single-task migrations, @tset
  * may not contain any.
-- 
2.9.3

[toc] | [prev] | [next] | [standalone]


#1547738 — Re: [PATCH] cgroup: fix a comment typo

FromTejun Heo <tj@kernel.org>
Date2016-12-27 21:00 +0100
SubjectRe: [PATCH] cgroup: fix a comment typo
Message-ID<sT64F-6lY-5@gated-at.bofh.it>
In reply to#1547072
On Sat, Dec 24, 2016 at 11:28:35PM +0800, Geliang Tang wrote:
> Fix a comment typo in cgroup.h.
> 
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>

Applied to cgroup/for-4.11.

Thanks.

-- 
tejun

[toc] | [prev] | [next] | [standalone]


#1547992

FromTakashi Iwai <tiwai@suse.de>
Date2016-12-28 16:20 +0100
Message-ID<sTobg-1zo-13@gated-at.bofh.it>
In reply to#1547071
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
> 
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web