timers/nohz: Capitalize 'CPU' consistently
authorIngo Molnar <mingo@kernel.org>
Fri, 1 Jul 2016 10:42:35 +0000 (12:42 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 1 Jul 2016 10:45:34 +0000 (12:45 +0200)
commit0de7611a1031f25b713fda7d36de44f17c2ed790
tree1b956111fe48f444a648868d1cbd813abe437df7
parent6168f8ed01dc46a277908938294f1132d723f58d
timers/nohz: Capitalize 'CPU' consistently

While reviewing another patch I noticed that kernel/time/tick-sched.c
had a charmingly (confusingly, annoyingly) rich set of variants for
spelling 'CPU':

  cpu
  cpus
  CPU
  CPUs
  per CPU
  per-CPU
  per cpu

... sometimes these were mixed even within the same comment block!

Compress these variants down to a single consistent set of:

  CPU
  CPUs
  per-CPU

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/time/tick-sched.c