Re: [PATCH][next] neighbour: remove stray semicolon

From: David Miller
Date: Thu Dec 20 2018 - 19:41:16 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 20 Dec 2018 16:50:50 +0000

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Currently the stray semicolon means that the final term in the addition
> is being missed. Fix this by removing it. Cleans up clang warning:
>
> net/core/neighbour.c:2821:9: warning: expression result unused [-Wunused-value]
>
> Fixes: 82cbb5c631a0 ("neighbour: register rtnl doit handler")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied, thanks Colin.