All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt
@ 2014-06-25  3:30 ` Chen Hanxiao
  0 siblings, 0 replies; 6+ messages in thread
From: Chen Hanxiao @ 2014-06-25  3:30 UTC (permalink / raw)
  To: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-doc-u79uwXL29TY76Z2rM5mHXA
  Cc: Tejun Heo, Randy Dunlap

s/iff/if

Signed-off-by: Chen Hanxiao <chenhanxiao-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
---
 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

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

* [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt
@ 2014-06-25  3:30 ` Chen Hanxiao
  0 siblings, 0 replies; 6+ messages in thread
From: Chen Hanxiao @ 2014-06-25  3:30 UTC (permalink / raw)
  To: containers, linux-kernel, linux-doc; +Cc: Tejun Heo, Li Zefan, Randy Dunlap

s/iff/if

Signed-off-by: Chen Hanxiao <chenhanxiao@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


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

* Re: [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt
       [not found] ` <1403667025-13422-1-git-send-email-chenhanxiao-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
@ 2014-06-25  3:44   ` Li Zefan
  0 siblings, 0 replies; 6+ messages in thread
From: Li Zefan @ 2014-06-25  3:44 UTC (permalink / raw)
  To: Chen Hanxiao
  Cc: Tejun Heo,
	containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	Randy Dunlap, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-doc-u79uwXL29TY76Z2rM5mHXA

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 <chenhanxiao-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
> ---
>  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,
> 

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

* Re: [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt
  2014-06-25  3:30 ` Chen Hanxiao
  (?)
@ 2014-06-25  3:44 ` Li Zefan
       [not found]   ` <53AA4595.6030401-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  -1 siblings, 1 reply; 6+ messages in thread
From: Li Zefan @ 2014-06-25  3:44 UTC (permalink / raw)
  To: Chen Hanxiao; +Cc: containers, linux-kernel, linux-doc, Tejun Heo, Randy Dunlap

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 <chenhanxiao@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,
> 


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

* RE: [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt
  2014-06-25  3:44 ` Li Zefan
@ 2014-06-25 12:19       ` chenhanxiao
  0 siblings, 0 replies; 6+ messages in thread
From: chenhanxiao-BthXqXjhjHXQFUHtdCDX3A @ 2014-06-25 12:19 UTC (permalink / raw)
  To: Li Zefan
  Cc: Tejun Heo,
	containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	Randy Dunlap, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-doc-u79uwXL29TY76Z2rM5mHXA



> -----Original Message-----
> From: Li Zefan [mailto:lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org]
> 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

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

* RE: [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt
@ 2014-06-25 12:19       ` chenhanxiao
  0 siblings, 0 replies; 6+ messages in thread
From: chenhanxiao @ 2014-06-25 12:19 UTC (permalink / raw)
  To: Li Zefan; +Cc: containers, linux-kernel, linux-doc, Tejun Heo, Randy Dunlap

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb2312", Size: 426 bytes --]



> -----Original Message-----
> From: Li Zefan [mailto:lizefan@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

ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

end of thread, other threads:[~2014-06-25 12:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25  3:30 [PATCH] cgroup: fix a typo in Documentation/cgroups/cgroups.txt Chen Hanxiao
2014-06-25  3:30 ` Chen Hanxiao
2014-06-25  3:44 ` Li Zefan
     [not found]   ` <53AA4595.6030401-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2014-06-25 12:19     ` chenhanxiao-BthXqXjhjHXQFUHtdCDX3A
2014-06-25 12:19       ` chenhanxiao
     [not found] ` <1403667025-13422-1-git-send-email-chenhanxiao-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2014-06-25  3:44   ` Li Zefan

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.