pinctrl: coh901: Fix checkpatch error
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 15 Mar 2013 05:09:52 +0000 (10:39 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 27 Mar 2013 21:50:01 +0000 (22:50 +0100)
Fixes the following checkpatch error:
ERROR: space required before the open parenthesis '('

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-coh901.c

index 8b7e7bc2226b3be2ad7967d4381f83abfa203c6f..86887850ac13431b296bd8d09d83e5be68ffc6a5 100644 (file)
@@ -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)
This page took 0.026057 seconds and 5 git commands to generate.