Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

init: Fix comment

Apparently "pid-1" confuses people...

Requested-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: torvalds@linux-foundation.org
Cc: randy.dunlap@oracle.com
Cc: Ilya Loginov <isloginov@gmail.com>
LKML-Reference: <1277887031.1868.82.camel@laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Peter Zijlstra and committed by
Ingo Molnar
97158569 b433c3d4

+1 -1
+1 -1
init/main.c
··· 431 431 432 432 rcu_scheduler_starting(); 433 433 /* 434 - * We need to spawn init first so that it obtains pid-1, however 434 + * We need to spawn init first so that it obtains pid 1, however 435 435 * the init task will end up wanting to create kthreads, which, if 436 436 * we schedule it before we create kthreadd, will OOPS. 437 437 */