Skip to content

Commit f142f08

Browse files
Florian La Rochetorvalds
authored andcommitted
Fix typo in comment.
CONFIG_PRREMPT -> CONFIG_PREEMPT Signed-off-by: Florian La Roche <Florian.LaRoche@googlemail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 76787cf commit f142f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ static noinline void __ref rest_init(void)
423423

424424
/*
425425
* Enable might_sleep() and smp_processor_id() checks.
426-
* They cannot be enabled earlier because with CONFIG_PRREMPT=y
426+
* They cannot be enabled earlier because with CONFIG_PREEMPT=y
427427
* kernel_thread() would trigger might_sleep() splats. With
428428
* CONFIG_PREEMPT_VOLUNTARY=y the init task might have scheduled
429429
* already, but it's stuck on the kthreadd_done completion.

0 commit comments

Comments
 (0)