]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc7f5b4d93da53dc78600253fd9489b248c1a5d6b
treeebd029df6dd584359db6eca678ce7b9a3d3a58e6
parentf9b2e3685674cc60915a04f2033486fbbd04025b
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