Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp360954imu; Fri, 21 Dec 2018 00:01:34 -0800 (PST) X-Google-Smtp-Source: ALg8bN7vrUEHc7/Y89fvQGz+hXoyVCIVE62GnvlhtcewOB/ufxG8D7QMfj6PalMizwrCLTduZqh0 X-Received: by 2002:a63:2586:: with SMTP id l128mr1471769pgl.104.1545379294686; Fri, 21 Dec 2018 00:01:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545379294; cv=none; d=google.com; s=arc-20160816; b=IMNWMzZbNxxSTDf8QDI6bi9IkBPEcyMy+skcivZ/iEydZ6SB4rhsRxdbw4t7XDxA+E pmQVIRU20FgARd3OO4QdC4xdTffPeP3KevfMHEbVE+P1uKx5ieegjfz7KkT6xWQdqEh5 HEKyJByz48ZhUz9+zcyxb90ZPNS55npQjd4v3GUwwZg6eNDCsweDSxLGYLoHqcOi0Xl8 QP3M9AtElSIh6r1vt8XQFTTBMG5Fz1qzR83YyoxuMjmUPS4KU6nl7gWpk/cCNEYhljcH lyWSv4Bf2+QX+qHQwUIBn5IZKACY8r3ubLMK/7yqF7QFby94PoCeijqCtJ/PfjNm7UdC dOvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=+U621VHxKVfd7Mz/hMTq6q4saD/kW7my0gMYMxX2oVs=; b=DTZ8juIbKN9g0IcJTQG2NB/hK2cun0pty+zYwr6pjlMkx++bCQ9IVxLwQKRYGYShZA YO/XvSUsZrN7qiMCnm1bsnohWUn8dhRkbp4ySyHEOA4gNR+D5bQFqrC5YYjlJluNQI+h QxyLW4KDycdvjA4TbKfK1oH4Ues3SNGJY5IRdVVlTU6hKROg+P8CXlE3JCJwKfom0425 LTYgEubULtEhZVsUS1C/tXqN/qvUkUhm0uBFwMdI0v5lp64WEeCpQsM71aiZe8NCn/g4 S5gRG9yU/DcmXn8YOfHhel+IgZp4e85aOgNTBIolWhe4drpYHCWSEF/Gd6V0Q9lhqQQw f1bw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z19si22252117pfc.95.2018.12.21.00.01.18; Fri, 21 Dec 2018 00:01:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387564AbeLUAlP (ORCPT + 99 others); Thu, 20 Dec 2018 19:41:15 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:35916 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727790AbeLUAlO (ORCPT ); Thu, 20 Dec 2018 19:41:14 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::cf9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 21B40149BDD0B; Thu, 20 Dec 2018 16:41:14 -0800 (PST) Date: Thu, 20 Dec 2018 16:41:13 -0800 (PST) Message-Id: <20181220.164113.1954199771405222572.davem@davemloft.net> To: colin.king@canonical.com Cc: dsahern@gmail.com, roopa@cumulusnetworks.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] neighbour: remove stray semicolon From: David Miller In-Reply-To: <20181220165050.17429-1-colin.king@canonical.com> References: <20181220165050.17429-1-colin.king@canonical.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 20 Dec 2018 16:41:14 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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.