]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
pktgen: Fix fall-through annotation
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 13 Sep 2018 19:03:20 +0000 (14:03 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2018 22:36:41 +0000 (15:36 -0700)
commitf91845da9fdabd920543e0fb4feb970181e33a0f
tree21e59fc4519690446c8ddac3f39d5a271b25f6bd
parent310fc0513ea9bac6cb772b9fb6ec936dce12913b
pktgen: 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>
net/core/pktgen.c