projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f320786
)
cpumask: fix bogus kernel-doc
author
Li Zefan
<
[email protected]
>
Wed, 31 Dec 2008 08:45:50 +0000
(16:45 +0800)
committer
Rusty Russell
<
[email protected]
>
Wed, 31 Dec 2008 23:42:13 +0000
(10:12 +1030)
Impact: fix kernel-doc
alloc_bootmem_cpumask_var() returns avoid.
Signed-off-by: Li Zefan <
[email protected]
>
Signed-off-by: Rusty Russell <
[email protected]
>
lib/cpumask.c
patch
|
blob
|
history
diff --git
a/lib/cpumask.c
b/lib/cpumask.c
index a24edf137f41b2c83534251596dde68fa502d4a4..8e1496cb63f7a1e84b09a540186192ca6c479d85 100644
(file)
--- a/
lib/cpumask.c
+++ b/
lib/cpumask.c
@@
-132,7
+132,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.
*/