RE: [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt

2014-06-25 Thread chenhanx...@cn.fujitsu.com


> -Original Message-
> From: Li Zefan [mailto:lize...@huawei.com]
> Sent: Wednesday, June 25, 2014 11:44 AM
> On 2014/6/25 11:30, Chen Hanxiao wrote:
> > s/iff/if
> >
> 
> This is not a typo. iff == if and only if.
> 

I see.
Thanks for teaching.

- Chen



RE: [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt

2014-06-25 Thread chenhanx...@cn.fujitsu.com


 -Original Message-
 From: Li Zefan [mailto:lize...@huawei.com]
 Sent: Wednesday, June 25, 2014 11:44 AM
 On 2014/6/25 11:30, Chen Hanxiao wrote:
  s/iff/if
 
 
 This is not a typo. iff == if and only if.
 

I see.
Thanks for teaching.

- Chen



Re: [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt

2014-06-24 Thread Li Zefan
On 2014/6/25 11:30, Chen Hanxiao wrote:
> s/iff/if
> 

This is not a typo. iff == if and only if.

> Signed-off-by: Chen Hanxiao 
> ---
>  Documentation/cgroups/cgroups.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/cgroups/cgroups.txt 
> b/Documentation/cgroups/cgroups.txt
> index 821de56..b614f42 100644
> --- a/Documentation/cgroups/cgroups.txt
> +++ b/Documentation/cgroups/cgroups.txt
> @@ -562,7 +562,7 @@ cgroup_for_each_descendant_pre() for details.
>  void css_offline(struct cgroup *cgrp);
>  (cgroup_mutex held by caller)
>  
> -This is the counterpart of css_online() and called iff css_online()
> +This is the counterpart of css_online() and called if css_online()
>  has succeeded on @cgrp. This signifies the beginning of the end of
>  @cgrp. @cgrp is being removed and the subsystem should start dropping
>  all references it's holding on @cgrp. When all references are dropped,
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt

2014-06-24 Thread Chen Hanxiao
s/iff/if

Signed-off-by: Chen Hanxiao 
---
 Documentation/cgroups/cgroups.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/cgroups/cgroups.txt 
b/Documentation/cgroups/cgroups.txt
index 821de56..b614f42 100644
--- a/Documentation/cgroups/cgroups.txt
+++ b/Documentation/cgroups/cgroups.txt
@@ -562,7 +562,7 @@ cgroup_for_each_descendant_pre() for details.
 void css_offline(struct cgroup *cgrp);
 (cgroup_mutex held by caller)
 
-This is the counterpart of css_online() and called iff css_online()
+This is the counterpart of css_online() and called if css_online()
 has succeeded on @cgrp. This signifies the beginning of the end of
 @cgrp. @cgrp is being removed and the subsystem should start dropping
 all references it's holding on @cgrp. When all references are dropped,
-- 
1.9.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt

2014-06-24 Thread Chen Hanxiao
s/iff/if

Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com
---
 Documentation/cgroups/cgroups.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/cgroups/cgroups.txt 
b/Documentation/cgroups/cgroups.txt
index 821de56..b614f42 100644
--- a/Documentation/cgroups/cgroups.txt
+++ b/Documentation/cgroups/cgroups.txt
@@ -562,7 +562,7 @@ cgroup_for_each_descendant_pre() for details.
 void css_offline(struct cgroup *cgrp);
 (cgroup_mutex held by caller)
 
-This is the counterpart of css_online() and called iff css_online()
+This is the counterpart of css_online() and called if css_online()
 has succeeded on @cgrp. This signifies the beginning of the end of
 @cgrp. @cgrp is being removed and the subsystem should start dropping
 all references it's holding on @cgrp. When all references are dropped,
-- 
1.9.0

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt

2014-06-24 Thread Li Zefan
On 2014/6/25 11:30, Chen Hanxiao wrote:
 s/iff/if
 

This is not a typo. iff == if and only if.

 Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com
 ---
  Documentation/cgroups/cgroups.txt | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Documentation/cgroups/cgroups.txt 
 b/Documentation/cgroups/cgroups.txt
 index 821de56..b614f42 100644
 --- a/Documentation/cgroups/cgroups.txt
 +++ b/Documentation/cgroups/cgroups.txt
 @@ -562,7 +562,7 @@ cgroup_for_each_descendant_pre() for details.
  void css_offline(struct cgroup *cgrp);
  (cgroup_mutex held by caller)
  
 -This is the counterpart of css_online() and called iff css_online()
 +This is the counterpart of css_online() and called if css_online()
  has succeeded on @cgrp. This signifies the beginning of the end of
  @cgrp. @cgrp is being removed and the subsystem should start dropping
  all references it's holding on @cgrp. When all references are dropped,
 

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/