From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH][next] neighbour: remove stray semicolon Date: Thu, 20 Dec 2018 16:41:13 -0800 (PST) Message-ID: <20181220.164113.1954199771405222572.davem@davemloft.net> References: <20181220165050.17429-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dsahern@gmail.com, roopa@cumulusnetworks.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org To: colin.king@canonical.com Return-path: In-Reply-To: <20181220165050.17429-1-colin.king@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Colin King Date: Thu, 20 Dec 2018 16:50:50 +0000 > From: Colin Ian King > > 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 Applied, thanks Colin.