lkml.org 
[lkml]   [2020]   [Jan]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH platform-next v3 01/11] platform/x86: mlx-platform: Cosmetic changes
Date
Remove redundant semicolons at the end of few functions.

Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
---
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
\
 
 \ /
  Last update: 2020-01-13 17:29    [W:0.261 / U:0.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site