From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Javier Martinez Canillas <javier@osg.samsung.com>,
linux-kernel@vger.kernel.org
Cc: linux-samsung-soc@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, Kukjin Kim <kgene@kernel.org>,
Tomasz Figa <tomasz.figa@gmail.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 6/6] pinctrl: samsung: Remove unneded semicolon
Date: Thu, 17 Sep 2015 16:55:21 +0900 [thread overview]
Message-ID: <55FA71E9.4010402@samsung.com> (raw)
In-Reply-To: <1442392111-8448-7-git-send-email-javier@osg.samsung.com>
On 16.09.2015 17:28, Javier Martinez Canillas wrote:
> It's not needed an is just creating a null statement, so remove it.
>
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>
> ---
>
> drivers/pinctrl/samsung/pinctrl-exynos5440.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Quite obvious and pointed out by coccicheck, so:
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] pinctrl: samsung: Remove unneded semicolon
Date: Thu, 17 Sep 2015 16:55:21 +0900 [thread overview]
Message-ID: <55FA71E9.4010402@samsung.com> (raw)
In-Reply-To: <1442392111-8448-7-git-send-email-javier@osg.samsung.com>
On 16.09.2015 17:28, Javier Martinez Canillas wrote:
> It's not needed an is just creating a null statement, so remove it.
>
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>
> ---
>
> drivers/pinctrl/samsung/pinctrl-exynos5440.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Quite obvious and pointed out by coccicheck, so:
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Best regards,
Krzysztof
next prev parent reply other threads:[~2015-09-17 7:55 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 8:28 [PATCH 0/6] pinctrl: Remove unneded semicolons in drivers Javier Martinez Canillas
2015-09-16 8:28 ` Javier Martinez Canillas
2015-09-16 8:28 ` Javier Martinez Canillas
2015-09-16 8:28 ` [PATCH 1/6] pinctrl: tz1090: Remove unneded semicolons Javier Martinez Canillas
2015-10-02 10:16 ` Linus Walleij
2015-09-16 8:28 ` [PATCH 2/6] pinctrl: tz1090-pdc: " Javier Martinez Canillas
2015-10-02 10:17 ` Linus Walleij
2015-09-16 8:28 ` [PATCH 3/6] pinctrl: mxs: Remove unneded semicolon Javier Martinez Canillas
2015-09-16 8:31 ` Uwe Kleine-König
2015-10-02 10:18 ` Linus Walleij
2015-10-02 11:48 ` Uwe Kleine-König
2015-10-02 11:48 ` Uwe Kleine-König
2015-09-16 8:28 ` [PATCH 4/6] pinctrl: sunxi: Remove unneeded semicolon Javier Martinez Canillas
2015-09-16 8:28 ` Javier Martinez Canillas
2015-09-16 8:28 ` Javier Martinez Canillas
2015-09-16 8:41 ` Maxime Ripard
2015-09-16 8:41 ` Maxime Ripard
2015-10-02 10:19 ` Linus Walleij
2015-10-02 10:19 ` Linus Walleij
[not found] ` <1442392111-8448-1-git-send-email-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-09-16 8:28 ` [PATCH 5/6] pinctrl: mediatek: Remove unneded semicolon Javier Martinez Canillas
2015-09-16 8:28 ` Javier Martinez Canillas
2015-09-16 8:28 ` Javier Martinez Canillas
[not found] ` <1442392111-8448-6-git-send-email-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-09-16 18:36 ` Hongzhou Yang
2015-09-16 18:36 ` Hongzhou Yang
2015-09-16 18:36 ` Hongzhou Yang
2015-10-02 10:21 ` Linus Walleij
2015-10-02 10:21 ` Linus Walleij
2015-09-16 8:28 ` [PATCH 6/6] pinctrl: samsung: " Javier Martinez Canillas
2015-09-16 8:28 ` Javier Martinez Canillas
2015-09-17 7:55 ` Krzysztof Kozlowski [this message]
2015-09-17 7:55 ` Krzysztof Kozlowski
2015-10-02 10:25 ` Linus Walleij
2015-10-02 10:25 ` Linus Walleij
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=55FA71E9.4010402@samsung.com \
--to=k.kozlowski@samsung.com \
--cc=javier@osg.samsung.com \
--cc=kgene@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=tomasz.figa@gmail.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.