All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, dvhart@infradead.org, fengguang.wu@intel.com,
	davem@davemloft.net, geert@linux-m68k.org,
	akpm@linux-foundation.org, kvalo@codeaurora.org,
	gregkh@linuxfoundation.org, mchehab@kernel.org,
	linux@roeck-us.net, linux-kernel@vger.kernel.org,
	platform-driver-x86@vger.kernel.org, jiri@resnulli.us,
	andriy.shevchenko@linux.intel.com,
	Vadim Pasternak <vadimp@mellanox.com>
Subject: [PATCH] drivers/platform/x86: fix semicolon.cocci warnings
Date: Fri, 28 Oct 2016 01:26:50 +0800	[thread overview]
Message-ID: <20161027172650.GA24867@cairo.lkp.intel.com> (raw)
In-Reply-To: <1477576758-102003-1-git-send-email-vadimp@mellanox.com>

drivers/platform/x86/mlx-platform.c:219:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Vadim Pasternak <vadimp@mellanox.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 mlx-platform.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/platform/x86/mlx-platform.c
+++ b/drivers/platform/x86/mlx-platform.c
@@ -216,7 +216,7 @@ static int __init mlxplat_init(void)
 	if (IS_ERR(priv->pdev_i2c)) {
 		err = PTR_ERR(priv->pdev_i2c);
 		goto fail_alloc;
-	};
+	}
 
 	for (i = 0; i < ARRAY_SIZE(mlxplat_mux_data); i++) {
 		priv->pdev_mux[i] = platform_device_register_resndata(

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: vadimp@mellanox.com
Cc: kbuild-all@01.org, dvhart@infradead.org, fengguang.wu@intel.com,
	davem@davemloft.net, geert@linux-m68k.org,
	akpm@linux-foundation.org, kvalo@codeaurora.org,
	gregkh@linuxfoundation.org, mchehab@kernel.org,
	linux@roeck-us.net, linux-kernel@vger.kernel.org,
	platform-driver-x86@vger.kernel.org, jiri@resnulli.us,
	andriy.shevchenko@linux.intel.com,
	Vadim Pasternak <vadimp@mellanox.com>
Subject: [PATCH] drivers/platform/x86: fix semicolon.cocci warnings
Date: Fri, 28 Oct 2016 01:26:50 +0800	[thread overview]
Message-ID: <20161027172650.GA24867@cairo.lkp.intel.com> (raw)
In-Reply-To: <1477576758-102003-1-git-send-email-vadimp@mellanox.com>

drivers/platform/x86/mlx-platform.c:219:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Vadim Pasternak <vadimp@mellanox.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 mlx-platform.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/platform/x86/mlx-platform.c
+++ b/drivers/platform/x86/mlx-platform.c
@@ -216,7 +216,7 @@ static int __init mlxplat_init(void)
 	if (IS_ERR(priv->pdev_i2c)) {
 		err = PTR_ERR(priv->pdev_i2c);
 		goto fail_alloc;
-	};
+	}
 
 	for (i = 0; i < ARRAY_SIZE(mlxplat_mux_data); i++) {
 		priv->pdev_mux[i] = platform_device_register_resndata(

  parent reply	other threads:[~2016-10-27 17:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27 17:26 [patch v1 1/2] drivers/platform/x86: move module mlx-platform from arch/x86 to drivers/platform/x86 kbuild test robot
2016-10-27 17:26 ` kbuild test robot
2016-10-27 13:59 ` vadimp
2016-10-27 13:59   ` Andy Shevchenko
2016-10-27 15:26     ` Vadim Pasternak
2016-10-27 15:38       ` Andy Shevchenko
2016-10-27 17:26   ` kbuild test robot [this message]
2016-10-27 17:26     ` [PATCH] drivers/platform/x86: fix semicolon.cocci warnings kbuild test robot
2016-10-27 18:02     ` Vadim Pasternak
2016-10-27 18:25   ` [patch v1 1/2] drivers/platform/x86: move module mlx-platform from arch/x86 to drivers/platform/x86 kbuild test robot
2016-10-27 18:25     ` kbuild test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161027172650.GA24867@cairo.lkp.intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=dvhart@infradead.org \
    --cc=fengguang.wu@intel.com \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jiri@resnulli.us \
    --cc=kbuild-all@01.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mchehab@kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=vadimp@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.