Re: [PATCH][next] ipv4: remove redundant assignment to n

From: David Miller
Date: Mon May 27 2019 - 01:15:34 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Fri, 24 May 2019 22:56:58 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The pointer n is being assigned a value however this value is
> never read in the code block and the end of the code block
> continues to the next loop iteration. Clean up the code by
> removing the redundant assignment.
>
> Addresses-Coverity: ("Unused value")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied, thanks Colin.