Re: [PATCH v2] staging: qlge: qlge_main.c: rewrite do-while loops into more compact for loops

From: Dan Carpenter
Date: Fri Jun 10 2022 - 02:12:36 EST


On Thu, Jun 09, 2022 at 04:46:39PM -0400, Srivathsan Sivakumar wrote:
> simplify do-while loops into for loops
>
> Signed-off-by: Srivathsan Sivakumar <sri.skumar05@xxxxxxxxx>
> ---
> Changes in v2:
> - Rewrite for loops more compactly

Thanks!

Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

regards,
dan carpenter