Re: [PATCH v2] infiniband: hw: Drop unnecessary continue

From: Jason Gunthorpe
Date: Tue Mar 06 2018 - 18:35:16 EST


On Sat, Mar 03, 2018 at 09:54:57PM +0530, Arushi wrote:
> Continue at the bottom of a loop are removed.
> Issue found using drop_continue.cocci Coccinelle script.
>
> Signed-off-by: Arushi Singhal <arushisinghal19971997@xxxxxxxxx>
> Changes in v2:
> - Braces is dropped from if with single statement.
>
> drivers/infiniband/hw/qib/qib_init.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)

applied to for-next

Thanks
Jason