All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: mixart: fix a comment typo
@ 2016-12-24 15:28 Geliang Tang
  2016-12-24 15:28 ` [PATCH] cgroup: " Geliang Tang
  2016-12-28 15:12   ` Takashi Iwai
  0 siblings, 2 replies; 6+ messages in thread
From: Geliang Tang @ 2016-12-24 15:28 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Jiri Kosina
  Cc: Geliang Tang, alsa-devel, linux-kernel

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] cgroup: fix a comment typo
  2016-12-24 15:28 [PATCH] ALSA: mixart: fix a comment typo Geliang Tang
@ 2016-12-24 15:28 ` Geliang Tang
  2016-12-27 19:53     ` Tejun Heo
  2016-12-28 15:12   ` Takashi Iwai
  1 sibling, 1 reply; 6+ messages in thread
From: Geliang Tang @ 2016-12-24 15:28 UTC (permalink / raw)
  To: Tejun Heo, Li Zefan, Johannes Weiner, Jiri Kosina
  Cc: Geliang Tang, cgroups, linux-kernel

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] cgroup: fix a comment typo
@ 2016-12-27 19:53     ` Tejun Heo
  0 siblings, 0 replies; 6+ messages in thread
From: Tejun Heo @ 2016-12-27 19:53 UTC (permalink / raw)
  To: Geliang Tang
  Cc: Li Zefan, Johannes Weiner, Jiri Kosina, cgroups, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cgroup: fix a comment typo
@ 2016-12-27 19:53     ` Tejun Heo
  0 siblings, 0 replies; 6+ messages in thread
From: Tejun Heo @ 2016-12-27 19:53 UTC (permalink / raw)
  To: Geliang Tang
  Cc: Li Zefan, Johannes Weiner, Jiri Kosina,
	cgroups-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Applied to cgroup/for-4.11.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ALSA: mixart: fix a comment typo
  2016-12-24 15:28 [PATCH] ALSA: mixart: fix a comment typo Geliang Tang
@ 2016-12-28 15:12   ` Takashi Iwai
  2016-12-28 15:12   ` Takashi Iwai
  1 sibling, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2016-12-28 15:12 UTC (permalink / raw)
  To: Geliang Tang; +Cc: Jiri Kosina, Jaroslav Kysela, alsa-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ALSA: mixart: fix a comment typo
@ 2016-12-28 15:12   ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2016-12-28 15:12 UTC (permalink / raw)
  To: Geliang Tang; +Cc: Jiri Kosina, Jaroslav Kysela, alsa-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-28 15:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-24 15:28 [PATCH] ALSA: mixart: fix a comment typo Geliang Tang
2016-12-24 15:28 ` [PATCH] cgroup: " Geliang Tang
2016-12-27 19:53   ` Tejun Heo
2016-12-27 19:53     ` Tejun Heo
2016-12-28 15:12 ` [PATCH] ALSA: mixart: " Takashi Iwai
2016-12-28 15:12   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.