clockevents: Clean up clockchips.h
authorIngo Molnar <mingo@kernel.org>
Thu, 2 Apr 2015 09:26:23 +0000 (11:26 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 Apr 2015 10:18:12 +0000 (12:18 +0200)
commit9eed56e889d8a0bb7870e1216d8d4326dd63ec50
tree5cb1d2bf52ea072c88e3049984e15d4b190c1cf1
parent3ae7a939165c6159afb3c09e1d7405b6d1807f2b
clockevents: Clean up clockchips.h

Do various cleanups on the clockchips.h file:

 - indent preprocessor blocks to make it more clear which block we are in,
   this also makes merge resolution easier

 - comment larger preprocessor blocks consistently, using the:

     #if FOO
     ...
     #else /* !FOO: */
     ...
     #endif /* !FOO */

   notation.

 - unbreak lines

 - etc.

No change in functionality.

Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/clockchips.h