diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2005-07-27 14:45:11 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 19:26:06 -0400 |
commit | d9fd8a6d443b509147280f058d4e59f0b796a323 (patch) | |
tree | 427385e403fc0d4282be19732a00ddfd224c1461 /init | |
parent | 207a7ba8dc000e1b13acac97f3736810dd86e8e2 (diff) |
[PATCH] kernel/cpuset.c: add kerneldoc, fix typos
Add kerneldoc to kernel/cpuset.c
Fix cpuset typos in init/Kconfig
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 75755ef50c89..05a75c4f5ce2 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -231,7 +231,7 @@ config CPUSETS | |||
231 | bool "Cpuset support" | 231 | bool "Cpuset support" |
232 | depends on SMP | 232 | depends on SMP |
233 | help | 233 | help |
234 | This options will let you create and manage CPUSET's which | 234 | This option will let you create and manage CPUSETs which |
235 | allow dynamically partitioning a system into sets of CPUs and | 235 | allow dynamically partitioning a system into sets of CPUs and |
236 | Memory Nodes and assigning tasks to run only within those sets. | 236 | Memory Nodes and assigning tasks to run only within those sets. |
237 | This is primarily useful on large SMP or NUMA systems. | 237 | This is primarily useful on large SMP or NUMA systems. |