timers: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 23 Jan 2019 08:14:13 +0000 (02:14 -0600)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Jan 2019 19:08:42 +0000 (20:08 +0100)
commit75b710af7139768fd4ba2d4e05335d2344796279
tree19b6a083e7a7c1fdf38c35af02e888e2f72659c4
parentae503ab04913794b12e1939caa75aa091062a1b3
timers: Mark expected switch fall-throughs

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where fall through is indeed expected.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Stephen Boyd <sboyd@kernel.org>
Link: https://lkml.kernel.org/r/20190123081413.GA3949@embeddedor
kernel/time/hrtimer.c
kernel/time/tick-broadcast.c
kernel/time/timer.c