lkml.org 
[lkml]   [2018]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 22/33] igbvf: netdev: Mark expected switch fall-through
    In preparation to enabling -Wimplicit-fallthrough, mark switch cases
    where we are expecting to fall through.

    Addresses-Coverity-ID: 114801 ("Missing break in switch")
    Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
    ---
    drivers/net/ethernet/intel/igbvf/netdev.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/net/ethernet/intel/igbvf/netdev.c b/drivers/net/ethernet/intel/igbvf/netdev.c
    index f818f06..e0c989f 100644
    --- a/drivers/net/ethernet/intel/igbvf/netdev.c
    +++ b/drivers/net/ethernet/intel/igbvf/netdev.c
    @@ -2102,6 +2102,7 @@ static bool igbvf_tx_csum(struct igbvf_ring *tx_ring, struct sk_buff *skb,
    type_tucmd = E1000_ADVTXD_TUCMD_L4T_SCTP;
    break;
    }
    + /* fall through */
    default:
    skb_checksum_help(skb);
    goto csum_failed;
    --
    2.7.4
    \
     
     \ /
      Last update: 2018-08-08 01:24    [W:3.815 / U:0.480 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site