Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4139412ybl; Mon, 13 Jan 2020 08:29:51 -0800 (PST) X-Google-Smtp-Source: APXvYqxUO4FRemP7es5rOwPDHKDZBOS1qLCM0xfxPMIBqgRbFYNtjsMiQnJhqrQnOinhbELFovDB X-Received: by 2002:a05:6830:1bda:: with SMTP id v26mr13167274ota.314.1578932991793; Mon, 13 Jan 2020 08:29:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578932991; cv=none; d=google.com; s=arc-20160816; b=kuXcxTVSPzpRUvPLLKFHN4OIzWtmCE0meOMUrcD1wV8Pa99y04FKSIud5Z+udwZ0lK QPgyBtCqrqEU0Upqp7EdaNEgMyWkUiBcFv0vVlgb7EFcJ619zExF/mH8Vs2ePo9of8zK cAdFpeRvgmK1ibshJsW32nlUJXbZiaHGquXiPfPSSmQp6a/OtM4p7vzEFwWevyWkcKNY AGS0q9TgGs+EPanOL33qbVca7qfPnZaU1uZ0Xa36Xp6+Fg1fEHnhmp3pjKuHGe2t7qLM qj2ucd9rc2+sRGL3h+taPIYF7mTtGfTQgcHWGti3cCRTEuIEw7X5Q8A3QSarNYMkgLsW eIhg== 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=YL/kj96cxYBJbjAVukXpa6C81CknIjK5J1G/xjlsyY63GAJnlkK18CjCmwIMEGc86B wJZ7C24spf58+xipoe+4NmbbZgX8IzOAeJH/AhlA8cUdxX/5fo0tNjvV4UOOcta3wYSY 7k69A4/tmdGNBk2uM2WCWsI9P3J8c/wTyFqaqrRQhP545RGGS3xLUz5gFPbRCRtJxqBX +h49FpTCeXJ+W7UxAx1hpLNZttwJVNiNPOOiM36ulbVMPiuUoJS329eTAfJNVEfz64Om wZDtQxdrSd62VOtg8qnVXIKI9LVFbQQW4pT3mLk+doBtbRtesHoOo5VQBT3qxdkMYEhL G72Q== 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 w131si6416823oif.240.2020.01.13.08.29.39; Mon, 13 Jan 2020 08:29:51 -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 S1728975AbgAMQ2s (ORCPT + 99 others); Mon, 13 Jan 2020 11:28:48 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:37935 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728800AbgAMQ2s (ORCPT ); Mon, 13 Jan 2020 11:28:48 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 13 Jan 2020 18:28:41 +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 00DGSefW032667; Mon, 13 Jan 2020 18:28:41 +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 v3 01/11] platform/x86: mlx-platform: Cosmetic changes Date: Mon, 13 Jan 2020 16:28:29 +0000 Message-Id: <20200113162839.18103-2-vadimp@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20200113162839.18103-1-vadimp@mellanox.com> References: <20200113162839.18103-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