From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id A476A3B2A4 for ; Thu, 3 May 2018 01:06:16 -0400 (EDT) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2018 22:06:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,356,1520924400"; d="scan'208";a="37069443" Received: from bee.sh.intel.com (HELO bee) ([10.239.97.14]) by fmsmga008.fm.intel.com with ESMTP; 02 May 2018 22:06:14 -0700 Received: from kbuild by bee with local (Exim 4.84_2) (envelope-from ) id 1fE6RZ-000NQZ-GE; Thu, 03 May 2018 13:06:13 +0800 Date: Thu, 3 May 2018 13:05:14 +0800 From: kbuild test robot To: Toke =?iso-8859-1?Q?H=F8iland-J=F8rgensen?= Cc: kbuild-all@01.org, netdev@vger.kernel.org, cake@lists.bufferbloat.net Message-ID: <20180503050514.GA132730@ivb42> References: <152527386316.14936.5409621935637217368.stgit@alrua-kau> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <152527386316.14936.5409621935637217368.stgit@alrua-kau> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: fengguang.wu@intel.com X-SA-Exim-Scanned: No (on bee); SAEximRunCond expanded to false X-Mailman-Approved-At: Thu, 03 May 2018 05:46:40 -0400 Subject: [Cake] [PATCH] sched: fix semicolon.cocci warnings X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 05:06:16 -0000 From: Fengguang Wu net/sched/sch_cake.c:580:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 907a16741a03 ("sched: Add Common Applications Kept Enhanced (cake) qdisc") CC: Toke Høiland-Jørgensen Signed-off-by: Fengguang Wu --- sch_cake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/sched/sch_cake.c +++ b/net/sched/sch_cake.c @@ -577,7 +577,7 @@ cake_hash(struct cake_tin_data *q, const default: dsthost_hash = 0; srchost_hash = 0; - }; + } /* This *must* be after the above switch, since as a * side-effect it sorts the src and dst addresses.