linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] pinctrl: coh901: Fix checkpatch error
@ 2013-03-15  5:09 Sachin Kamat
  2013-03-27 21:50 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2013-03-15  5:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: linus.walleij, sachin.kamat

Fixes the following checkpatch error:
ERROR: space required before the open parenthesis '('

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/pinctrl/pinctrl-coh901.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-coh901.c b/drivers/pinctrl/pinctrl-coh901.c
index 8b7e7bc..86887850 100644
--- a/drivers/pinctrl/pinctrl-coh901.c
+++ b/drivers/pinctrl/pinctrl-coh901.c
@@ -359,7 +359,7 @@ int u300_gpio_config_get(struct gpio_chip *chip,
 	drmode &= (U300_GPIO_PXPCR_PIN_MODE_MASK << ((offset & 0x07) << 1));
 	drmode >>= ((offset & 0x07) << 1);
 
-	switch(param) {
+	switch (param) {
 	case PIN_CONFIG_BIAS_HIGH_IMPEDANCE:
 		*config = 0;
 		if (biasmode)
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] pinctrl: coh901: Fix checkpatch error
  2013-03-15  5:09 [PATCH 1/1] pinctrl: coh901: Fix checkpatch error Sachin Kamat
@ 2013-03-27 21:50 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2013-03-27 21:50 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: linux-kernel

On Fri, Mar 15, 2013 at 6:09 AM, Sachin Kamat <sachin.kamat@linaro.org> wrote:

> Fixes the following checkpatch error:
> ERROR: space required before the open parenthesis '('
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>

Patch applied!

Thanks,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-27 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-15  5:09 [PATCH 1/1] pinctrl: coh901: Fix checkpatch error Sachin Kamat
2013-03-27 21:50 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).