]> 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)
commit6556fd6dfe34ad1e994e184ebd69df444c68b356
treeebd029df6dd584359db6eca678ce7b9a3d3a58e6
parent94823f8f6c91ee40b452b8cf06c6e09de2c89d33
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