OSDN Git Service

sparc32: fix fall-through annotation
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 2 Oct 2018 10:15:17 +0000 (12:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 05:42:02 +0000 (22:42 -0700)
commitc4beb225f93a2fdaffbe2a610eccb0f6c86b3e45
treeebd029df6dd584359db6eca678ce7b9a3d3a58e6
parent8cf7765d33ae894cd7722502fbb737efad0eaa9b
sparc32: fix fall-through annotation

Replace "fallthru" with a proper "fall through" annotation.

This fix is part of the ongoing efforts to enabling
-Wimplicit-fallthrough

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/kgdb_32.c