]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Use 'fallthrough' pseudo keyword
authorSven Eckelmann <sven@narfation.org>
Thu, 31 Oct 2019 16:34:37 +0000 (17:34 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sun, 3 Nov 2019 07:30:58 +0000 (08:30 +0100)
commitd6d6e16285a7779ea99861f52f7e7f4cbab9bc1c
tree921765a012189b01b5e854999db6220193dd0551
parent73aebb79462bff90d5576d6564f9a38861b9a97b
batman-adv: Use 'fallthrough' pseudo keyword

The usage of the '/* fall through */' comments in switches are no longer
marked as non-deprecated variant of implicit fall throughs for switch
statements. The commit 7e03d6247844 ("compiler_attributes.h: Add
'fallthrough' pseudo keyword for switch/case use") introduced a replacement
keyword which should be used instead.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/multicast.c
net/batman-adv/soft-interface.c