Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 840d6fe7 authored by Zhen Lei's avatar Zhen Lei Committed by Ingo Molnar
Browse files

pid: Fix spelling in comments



Accidentally discovered this typo when I studied this module.

Signed-off-by: default avatarZhen Lei <thunder.leizhen@huawei.com>
Cc: Hanjun Guo <guohanjun@huawei.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tianhong Ding <dingtianhong@huawei.com>
Cc: Xinwei Hu <huxinwei@huawei.com>
Cc: Zefan Li <lizefan@huawei.com>
Link: http://lkml.kernel.org/r/1454119457-11272-1-git-send-email-thunder.leizhen@huawei.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 1dff76b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */