> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Helin Zhang > Sent: Sunday, June 26, 2016 4:46 PM > To: dev at dpdk.org > Cc: Zhang, Helin <helin.zhang at intel.com> > Subject: [dpdk-dev] [PATCH v2 2/2] i40e: fix missing break in switch > > It fixes the issue reported by Coverity of 'Missing break in switch', by > deleting 'case I40E_VIRTCHNL_OP_FCOE', as it is not necessary at all. > > Coverity ID 13265: Missing break in switch. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Signed-off-by: Helin Zhang <helin.zhang at intel.com>
Acked-by: John McNamara <john.mcnamara at intel.com>