public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip] cpumask: fix bogus kernel-doc
@ 2008-12-31  8:45 Li Zefan
  2008-12-31  9:23 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Li Zefan @ 2008-12-31  8:45 UTC (permalink / raw)
  To: Ingo Molnar, Mike Travis, Rusty Russell, LKML

Impact: fix kernel-doc

alloc_bootmem_cpumask_var() returns avoid.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
 lib/cpumask.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/cpumask.c b/lib/cpumask.c
index a661634..3389e24 100644
--- a/lib/cpumask.c
+++ b/lib/cpumask.c
@@ -140,7 +140,7 @@ EXPORT_SYMBOL(alloc_cpumask_var);
  * @mask: pointer to cpumask_var_t where the cpumask is returned
  *
  * Only defined when CONFIG_CPUMASK_OFFSTACK=y, otherwise is
- * a nop returning a constant 1 (in <linux/cpumask.h>)
+ * a nop (in <linux/cpumask.h>).
  * Either returns an allocated (zero-filled) cpumask, or causes the
  * system to panic.
  */
-- 
1.5.4.rc3

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

* Re: [PATCH -tip] cpumask: fix bogus kernel-doc
  2008-12-31  8:45 [PATCH -tip] cpumask: fix bogus kernel-doc Li Zefan
@ 2008-12-31  9:23 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2008-12-31  9:23 UTC (permalink / raw)
  To: Li Zefan; +Cc: Ingo Molnar, Mike Travis, LKML

On Wednesday 31 December 2008 19:15:50 Li Zefan wrote:
>   * @mask: pointer to cpumask_var_t where the cpumask is returned
>   *
>   * Only defined when CONFIG_CPUMASK_OFFSTACK=y, otherwise is
> - * a nop returning a constant 1 (in <linux/cpumask.h>)
> + * a nop (in <linux/cpumask.h>).
>   * Either returns an allocated (zero-filled) cpumask, or causes the
>   * system to panic.
>   */

Thanks, applied!
Rusty.

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

end of thread, other threads:[~2008-12-31  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31  8:45 [PATCH -tip] cpumask: fix bogus kernel-doc Li Zefan
2008-12-31  9:23 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox