Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2859053ybl; Sun, 12 Jan 2020 04:22:03 -0800 (PST) X-Google-Smtp-Source: APXvYqwkuuY6IbtnAnirZFU/gznHeRagxm1wf8MOy59xoY7uoirnzP4HYw1TtmukBoFurulCogA1 X-Received: by 2002:aca:dd87:: with SMTP id u129mr8774603oig.14.1578831723148; Sun, 12 Jan 2020 04:22:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578831723; cv=none; d=google.com; s=arc-20160816; b=AF/n+KvUxAMBfxBE43fkzGE2ekc+QRJ3SJCLY23hTEUjiqMZJiYNElr9AHx5UhTET7 LoafhAsOJdOaRPYtjq8PXUNS9K8K44uz1g6QD/WhezKrbmKbNhmAT8upp9uAjtQotKzh vPnaNju8EUzUPR0jduVKmlp2y4e57ea9fcjrxR1caDx9leyvgsEGTvfJQZUGq+biOoel wxz4/UtUyg4cKyGzrhFArMwncU0iIqi4pY8mIdaXLFJEc0v6kjtv3n4FY5r2aGU2b55k FmlgYww0453jumEIBXYajC3z2jj4+8sr3z9whfNU9yfzMLujfzwCTYHF+zi8LjSWKPRd 1WGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=CRYAQh5fJqy3T7+xRQCIzqd0s1AENpbN7ib7PZoBDuw=; b=J9W3Cx6lsjOULEKhAlyecBSaZTMC5oYiTxWIbcLT3vkeFj59nDqBMNBm6nx7XgR2rV SAjINiAea3sCUM9Q1mNNAMJS6sxfo5bNjKnbcwPRnWK8bt1IQBLBgvAg2LdQXUYP5zrW 79841krCfkk7sil05F0no7sCnMGmUxtPLCRaARZdxtXBFRyeB0ZOiBlA9BVuqCFhnaFS /BSkHD2wUQkZk0ErxNOzGuxDYcLRPnAlWURVfTQ9w+weEuOJR+IqKrf+fZa6lwYgALwN EoVNeX65UEgkC7QHJ2g0rmjtDCYXtflU22Q4f5zEvYBAloFAhEksG5OfeJaBbvry8d+3 42aw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y26si5375309otk.315.2020.01.12.04.21.52; Sun, 12 Jan 2020 04:22:03 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732811AbgALMTA (ORCPT + 99 others); Sun, 12 Jan 2020 07:19:00 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:60764 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732750AbgALMS6 (ORCPT ); Sun, 12 Jan 2020 07:18:58 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 12 Jan 2020 14:18:52 +0200 Received: from r-build-lowlevel.mtr.labs.mlnx. (r-build-lowlevel.mtr.labs.mlnx [10.209.0.190]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 00CCIpSP023227; Sun, 12 Jan 2020 14:18:52 +0200 From: Vadim Pasternak To: andy@infradead.org, dvhart@infradead.org Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, Vadim Pasternak Subject: [PATCH platform-next v2 01/10] platform/x86: mlx-platform: Cosmetic changes Date: Sun, 12 Jan 2020 12:18:40 +0000 Message-Id: <20200112121849.7056-2-vadimp@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20200112121849.7056-1-vadimp@mellanox.com> References: <20200112121849.7056-1-vadimp@mellanox.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove redundant semicolons at the end of few functions. Signed-off-by: Vadim Pasternak --- v1-v2: Comments pointed out by Andy: - Move this patch to be the first in series. --- drivers/platform/x86/mlx-platform.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/platform/x86/mlx-platform.c b/drivers/platform/x86/mlx-platform.c index 8fe51e43f1bc..565a67a65554 100644 --- a/drivers/platform/x86/mlx-platform.c +++ b/drivers/platform/x86/mlx-platform.c @@ -1834,7 +1834,7 @@ static int __init mlxplat_dmi_default_matched(const struct dmi_system_id *dmi) mlxplat_wd_data[0] = &mlxplat_mlxcpld_wd_set_type1[0]; return 1; -}; +} static int __init mlxplat_dmi_msn21xx_matched(const struct dmi_system_id *dmi) { @@ -1853,7 +1853,7 @@ static int __init mlxplat_dmi_msn21xx_matched(const struct dmi_system_id *dmi) mlxplat_wd_data[0] = &mlxplat_mlxcpld_wd_set_type1[0]; return 1; -}; +} static int __init mlxplat_dmi_msn274x_matched(const struct dmi_system_id *dmi) { @@ -1872,7 +1872,7 @@ static int __init mlxplat_dmi_msn274x_matched(const struct dmi_system_id *dmi) mlxplat_wd_data[0] = &mlxplat_mlxcpld_wd_set_type1[0]; return 1; -}; +} static int __init mlxplat_dmi_msn201x_matched(const struct dmi_system_id *dmi) { @@ -1891,7 +1891,7 @@ static int __init mlxplat_dmi_msn201x_matched(const struct dmi_system_id *dmi) mlxplat_wd_data[0] = &mlxplat_mlxcpld_wd_set_type1[0]; return 1; -}; +} static int __init mlxplat_dmi_qmb7xx_matched(const struct dmi_system_id *dmi) { @@ -1914,7 +1914,7 @@ static int __init mlxplat_dmi_qmb7xx_matched(const struct dmi_system_id *dmi) mlxplat_regmap_config = &mlxplat_mlxcpld_regmap_config_ng; return 1; -}; +} static const struct dmi_system_id mlxplat_dmi_table[] __initconst = { { -- 2.11.0