From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932133AbdHVHvZ (ORCPT ); Tue, 22 Aug 2017 03:51:25 -0400 Received: from mga09.intel.com ([134.134.136.24]:15094 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754680AbdHVHvW (ORCPT ); Tue, 22 Aug 2017 03:51:22 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,411,1498546800"; d="scan'208";a="143105545" Date: Tue, 22 Aug 2017 15:50:53 +0800 From: kbuild test robot To: Thomas Gleixner Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org Subject: [PATCH] genirq: fix semicolon.cocci warnings Message-ID: <20170822075053.GA93890@lkp-hsx02> References: <201708221550.vE6S4zBl%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201708221550.vE6S4zBl%fengguang.wu@intel.com> 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org kernel/irq/proc.c:69:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 0d3f54257dc3 ("genirq: Introduce effective affinity mask") Signed-off-by: Fengguang Wu --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/irq/proc.c +++ b/kernel/irq/proc.c @@ -66,7 +66,7 @@ static int show_irq_affinity(int type, s #else return -EINVAL; #endif - }; + } switch (type) { case AFFINITY_LIST: