All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Loic Poulain <loic.poulain@linaro.org>
Cc: kbuild-all@lists.01.org, wsa@the-dreams.de, vkoul@kernel.org,
	bjorn.andersson@linaro.org, robert.foss@linaro.org,
	linux-arm-msm@vger.kernel.org, linux-i2c@vger.kernel.org,
	Loic Poulain <loic.poulain@linaro.org>,
	Todor Tomov <todor.tomov@linaro.org>
Subject: [PATCH] i2c: fix semicolon.cocci warnings
Date: Thu, 5 Mar 2020 14:25:22 +0800	[thread overview]
Message-ID: <20200305062522.GA95406@1cd0c43c5f30> (raw)
In-Reply-To: <1583340776-27865-1-git-send-email-loic.poulain@linaro.org>

From: kbuild test robot <lkp@intel.com>

drivers/i2c/busses/i2c-qcom-cci.c:261:49-50: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 7c495c97e573 ("i2c: Add Qualcomm CCI I2C driver")
CC: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Loic-Poulain/i2c-Add-Qualcomm-CCI-I2C-driver/20200305-051618
base:   https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next

 i2c-qcom-cci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/i2c/busses/i2c-qcom-cci.c
+++ b/drivers/i2c/busses/i2c-qcom-cci.c
@@ -258,7 +258,7 @@ static int cci_init(struct cci *cci)
 		const struct hw_params *hw = &cci->data->params[mode];
 
 		val = hw->thigh << 16 | hw->tlow;
-		writel(val, cci->base + CCI_I2C_Mm_SCL_CTL(i));;
+		writel(val, cci->base + CCI_I2C_Mm_SCL_CTL(i));
 
 		val = hw->tsu_sto << 16 | hw->tsu_sta;
 		writel(val, cci->base + CCI_I2C_Mm_SDA_CTL_0(i));

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@lists.01.org, wsa@the-dreams.de, vkoul@kernel.org,
	bjorn.andersson@linaro.org, robert.foss@linaro.org,
	linux-arm-msm@vger.kernel.org, linux-i2c@vger.kernel.org,
	Loic Poulain <loic.poulain@linaro.org>,
	Todor Tomov <todor.tomov@linaro.org>
Subject: [PATCH] i2c: fix semicolon.cocci warnings
Date: Thu, 5 Mar 2020 14:25:22 +0800	[thread overview]
Message-ID: <20200305062522.GA95406@1cd0c43c5f30> (raw)
In-Reply-To: <1583340776-27865-1-git-send-email-loic.poulain@linaro.org>

From: kbuild test robot <lkp@intel.com>

drivers/i2c/busses/i2c-qcom-cci.c:261:49-50: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 7c495c97e573 ("i2c: Add Qualcomm CCI I2C driver")
CC: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Loic-Poulain/i2c-Add-Qualcomm-CCI-I2C-driver/20200305-051618
base:   https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next

 i2c-qcom-cci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/i2c/busses/i2c-qcom-cci.c
+++ b/drivers/i2c/busses/i2c-qcom-cci.c
@@ -258,7 +258,7 @@ static int cci_init(struct cci *cci)
 		const struct hw_params *hw = &cci->data->params[mode];
 
 		val = hw->thigh << 16 | hw->tlow;
-		writel(val, cci->base + CCI_I2C_Mm_SCL_CTL(i));;
+		writel(val, cci->base + CCI_I2C_Mm_SCL_CTL(i));
 
 		val = hw->tsu_sto << 16 | hw->tsu_sta;
 		writel(val, cci->base + CCI_I2C_Mm_SDA_CTL_0(i));

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [PATCH] i2c: fix semicolon.cocci warnings
Date: Thu, 05 Mar 2020 14:25:22 +0800	[thread overview]
Message-ID: <20200305062522.GA95406@1cd0c43c5f30> (raw)
In-Reply-To: <1583340776-27865-1-git-send-email-loic.poulain@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]

From: kbuild test robot <lkp@intel.com>

drivers/i2c/busses/i2c-qcom-cci.c:261:49-50: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 7c495c97e573 ("i2c: Add Qualcomm CCI I2C driver")
CC: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Loic-Poulain/i2c-Add-Qualcomm-CCI-I2C-driver/20200305-051618
base:   https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next

 i2c-qcom-cci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/i2c/busses/i2c-qcom-cci.c
+++ b/drivers/i2c/busses/i2c-qcom-cci.c
@@ -258,7 +258,7 @@ static int cci_init(struct cci *cci)
 		const struct hw_params *hw = &cci->data->params[mode];
 
 		val = hw->thigh << 16 | hw->tlow;
-		writel(val, cci->base + CCI_I2C_Mm_SCL_CTL(i));;
+		writel(val, cci->base + CCI_I2C_Mm_SCL_CTL(i));
 
 		val = hw->tsu_sto << 16 | hw->tsu_sta;
 		writel(val, cci->base + CCI_I2C_Mm_SDA_CTL_0(i));

  parent reply	other threads:[~2020-03-05  6:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-04 16:52 [PATCH v3 1/3] i2c: Add Qualcomm CCI I2C driver Loic Poulain
2020-03-04 16:52 ` [PATCH v3 2/3] dt-bindings: i2c: Add binding for Qualcomm CCI I2C controller Loic Poulain
2020-03-04 19:05   ` Robert Foss
2020-03-04 19:44     ` Robert Foss
2020-03-04 16:52 ` [PATCH v3 3/3] arm64: dts: msm8916: Add CCI node Loic Poulain
2020-03-04 19:08   ` Robert Foss
2020-03-04 19:45     ` Robert Foss
2020-03-04 19:04 ` [PATCH v3 1/3] i2c: Add Qualcomm CCI I2C driver Robert Foss
2020-03-05  6:25 ` kbuild test robot
2020-03-05  6:25   ` kbuild test robot
2020-03-05  6:25   ` kbuild test robot
2020-03-05  6:25 ` kbuild test robot [this message]
2020-03-05  6:25   ` [PATCH] i2c: fix semicolon.cocci warnings kbuild test robot
2020-03-05  6:25   ` kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2017-06-14 13:47 [PATCH v3 1/1] i2c: Add Omnivision OV5670 5M sensor support kbuild test robot
2017-06-14  1:39 ` chiranjeevi.rapolu
2017-06-14 13:47   ` [PATCH] i2c: fix semicolon.cocci warnings kbuild test robot
2017-05-24 13:58 [PATCH 1/1] [media] i2c: add support for OV13858 sensor kbuild test robot
2017-05-23 23:58 ` Hyungwoo Yang
2017-05-24 13:58   ` [PATCH] i2c: fix semicolon.cocci warnings 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=20200305062522.GA95406@1cd0c43c5f30 \
    --to=lkp@intel.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=loic.poulain@linaro.org \
    --cc=robert.foss@linaro.org \
    --cc=todor.tomov@linaro.org \
    --cc=vkoul@kernel.org \
    --cc=wsa@the-dreams.de \
    /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.