summaryrefslogtreecommitdiffstats
path: root/kernel/pid.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-01-31 15:44:04 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-01-31 15:44:04 -0800
commit7ab85d4a85160ea2ffc96b1255443cbc83be180f (patch)
tree65ccb76940c7574d96d235cd2860ea7473610e8b /kernel/pid.c
parent29d14f083522e5bc762256f68227d267118946c8 (diff)
parent840d6fe7425ffb6a62d53b2759e01ae6daf90e4e (diff)
downloadop-kernel-dev-7ab85d4a85160ea2ffc96b1255443cbc83be180f.zip
op-kernel-dev-7ab85d4a85160ea2ffc96b1255443cbc83be180f.tar.gz
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Thomas Gleixner: "Three small fixes in the scheduler/core: - use after free in the numa code - crash in the numa init code - a simple spelling fix" * 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: pid: Fix spelling in comments sched/numa: Fix use-after-free bug in the task_numa_compare sched: Fix crash in sched_init_numa()
Diffstat (limited to 'kernel/pid.c')
-rw-r--r--kernel/pid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/pid.c b/kernel/pid.c
index f4ad91b..4d73a83 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -588,7 +588,7 @@ void __init pidhash_init(void)
void __init pidmap_init(void)
{
- /* Veryify no one has done anything silly */
+ /* Verify no one has done anything silly: */
BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_HASH_ADDING);
/* bump default and minimum pid_max based on number of cpus */
OpenPOWER on IntegriCloud