summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorFlorian La Roche <florian.laroche@googlemail.com>2018-05-06 19:34:07 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2018-05-07 05:41:46 -1000
commitf142f08bf7ecc41c3e71e05b765ea654047cf0c0 (patch)
tree6d80d5323cb9a32bba167bd2aa9d4ca2b990447d /init
parent76787cf4af9b833353a4cc22364234632b2062d2 (diff)
downloadop-kernel-dev-f142f08bf7ecc41c3e71e05b765ea654047cf0c0.zip
op-kernel-dev-f142f08bf7ecc41c3e71e05b765ea654047cf0c0.tar.gz
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>
Diffstat (limited to 'init')
-rw-r--r--init/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index b795aa3..a404936 100644
--- a/init/main.c
+++ b/init/main.c
@@ -423,7 +423,7 @@ static noinline void __ref rest_init(void)
/*
* Enable might_sleep() and smp_processor_id() checks.
- * They cannot be enabled earlier because with CONFIG_PRREMPT=y
+ * They cannot be enabled earlier because with CONFIG_PREEMPT=y
* kernel_thread() would trigger might_sleep() splats. With
* CONFIG_PREEMPT_VOLUNTARY=y the init task might have scheduled
* already, but it's stuck on the kthreadd_done completion.
OpenPOWER on IntegriCloud