sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>
authorIngo Molnar <mingo@kernel.org>
Sun, 5 Mar 2017 11:07:33 +0000 (12:07 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 20 Jun 2017 10:18:29 +0000 (12:18 +0200)
commit4b1c480bfa3b246e292f4d50167756252a9717ed
tree4c8597dcdf0052cddf85dbeeb85d8628824e1075
parent939798a072300698870b96756c38bb34c20f6c71
sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>

So there's over 300 CPP macro line-continuation backslashes in
include/linux/wait.h (!!), which are aligned vertically to make
the macro maze a bit more navigable.

The recent renames and reorganization broke some of them, and
instead of re-aligning them in every patch (which would add
a lot of stylistic noise to the patches and make them less
readable), I just ignored them - and fixed them up in a single
go in this patch.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/wait.h