net/bnxt: add a fallthrough comment in cascading switch
authorAjit Khaparde <ajit.khaparde@broadcom.com>
Mon, 7 Nov 2016 15:11:55 +0000 (09:11 -0600)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Nov 2016 18:41:49 +0000 (19:41 +0100)
commitbbb187b7c3c005a5464d3e3cbfcef64fdca9fe39
tree796cb075de8fb6a9d511408e1767730c86a120e3
parentf87731e05938d2dbaf17eaf0186f4b61d6aba4ab
net/bnxt: add a fallthrough comment in cascading switch

The cascading switch statement in bnxt_hwrm.c is missing the FALLTHROUGH
comment. Adding that.

Coverity issue: 127552

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/bnxt/bnxt_hwrm.c