Re: [net-next 12/12] i40e: mark expected switch fall-through

2019-06-14 Thread Sergei Shtylyov
On 06/14/2019 12:36 PM, Sergei Shtylyov wrote: >> From: "Gustavo A. R. Silva" >> >> In preparation to enabling -Wimplicit-fallthrough, mark switch cases >> where we are expecting to fall through. >> >> This patch fixes the following warning: >> >> drivers/net/ethernet/intel/i40e/i40e_xsk.c: In fu

Re: [net-next 12/12] i40e: mark expected switch fall-through

2019-06-14 Thread Sergei Shtylyov
On 13.06.2019 21:53, Jeff Kirsher wrote: From: "Gustavo A. R. Silva" In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warning: drivers/net/ethernet/intel/i40e/i40e_xsk.c: In function ‘i40e_run_xdp_zc’:

[net-next 12/12] i40e: mark expected switch fall-through

2019-06-13 Thread Jeff Kirsher
From: "Gustavo A. R. Silva" In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warning: drivers/net/ethernet/intel/i40e/i40e_xsk.c: In function ‘i40e_run_xdp_zc’: drivers/net/ethernet/intel/i40e/i40e_xsk.c: