diff options
author | Florian La Roche <florian.laroche@googlemail.com> | 2018-05-06 19:34:07 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-05-07 05:41:46 -1000 |
commit | f142f08bf7ecc41c3e71e05b765ea654047cf0c0 (patch) | |
tree | 6d80d5323cb9a32bba167bd2aa9d4ca2b990447d /init | |
parent | 76787cf4af9b833353a4cc22364234632b2062d2 (diff) | |
download | linux-f142f08bf7ecc41c3e71e05b765ea654047cf0c0.tar.gz linux-f142f08bf7ecc41c3e71e05b765ea654047cf0c0.tar.bz2 linux-f142f08bf7ecc41c3e71e05b765ea654047cf0c0.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index b795aa341a3a..a404936d85d8 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. |