All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cgroup: fix one typo in cgroup.c
@ 2015-08-18  9:34 Xiubo Li
       [not found] ` <1439890489-29124-1-git-send-email-lixiubo-0p4V/sDNsUmm0O/7XYngnFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Xiubo Li @ 2015-08-18  9:34 UTC (permalink / raw)
  To: tj-DgEjT+Ai2ygdnm+yROfE0A, lizefan-hv44wF8Li93QT0dZR+AlfA,
	hannes-druUgvl0LCNAfugRpC6u6w
  Cc: cgroups-u79uwXL29TY76Z2rM5mHXA, Xiubo Li

There is one typo in kernel/cgroup.c, and they may introduce some
noise when checking new patches.

Signed-off-by: Xiubo Li <lixiubo-0p4V/sDNsUmm0O/7XYngnFaTQe2KTcn/@public.gmane.org>
---
 kernel/cgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index f89d929..d0cd33e 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -1043,7 +1043,7 @@ static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft,
  * returns cft->mode if ->mode is not 0
  * returns S_IRUGO|S_IWUSR if it has both a read and a write handler
  * returns S_IRUGO if it has only a read handler
- * returns S_IWUSR if it has only a write hander
+ * returns S_IWUSR if it has only a write handler
  */
 static umode_t cgroup_file_mode(const struct cftype *cft)
 {
-- 
1.9.1



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

* Re: [PATCH] cgroup: fix one typo in cgroup.c
       [not found] ` <1439890489-29124-1-git-send-email-lixiubo-0p4V/sDNsUmm0O/7XYngnFaTQe2KTcn/@public.gmane.org>
@ 2015-08-24  8:19   ` Zefan Li
  0 siblings, 0 replies; 2+ messages in thread
From: Zefan Li @ 2015-08-24  8:19 UTC (permalink / raw)
  To: Xiubo Li, tj-DgEjT+Ai2ygdnm+yROfE0A,
	hannes-druUgvl0LCNAfugRpC6u6w
  Cc: cgroups-u79uwXL29TY76Z2rM5mHXA

On 2015/8/18 17:34, Xiubo Li wrote:
> There is one typo in kernel/cgroup.c, and they may introduce some
> noise when checking new patches.
>

There's a patch that will remove this line, see

https://lkml.org/lkml/2015/8/11/623

> Signed-off-by: Xiubo Li <lixiubo-0p4V/sDNsUmm0O/7XYngnFaTQe2KTcn/@public.gmane.org>
> ---
>   kernel/cgroup.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/cgroup.c b/kernel/cgroup.c
> index f89d929..d0cd33e 100644
> --- a/kernel/cgroup.c
> +++ b/kernel/cgroup.c
> @@ -1043,7 +1043,7 @@ static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft,
>    * returns cft->mode if ->mode is not 0
>    * returns S_IRUGO|S_IWUSR if it has both a read and a write handler
>    * returns S_IRUGO if it has only a read handler
> - * returns S_IWUSR if it has only a write hander
> + * returns S_IWUSR if it has only a write handler
>    */
>   static umode_t cgroup_file_mode(const struct cftype *cft)
>   {
>

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

end of thread, other threads:[~2015-08-24  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18  9:34 [PATCH] cgroup: fix one typo in cgroup.c Xiubo Li
     [not found] ` <1439890489-29124-1-git-send-email-lixiubo-0p4V/sDNsUmm0O/7XYngnFaTQe2KTcn/@public.gmane.org>
2015-08-24  8:19   ` Zefan Li

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.