]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: at91: Fix checkpatch errors
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 15 Mar 2013 04:37:03 +0000 (10:07 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 27 Mar 2013 21:47:12 +0000 (22:47 +0100)
commit926f0d5722bcbf48aa5689b8e095bafa9a1f15d0
treedcfa5b9dee89aefded834e6c9b49ddce94e0eb83
parentfc26340f564a352f70633d0e1ecce2e90aaf0468
pinctrl: at91: Fix checkpatch errors

Fixes the following types of checkpatch errors:
ERROR: "foo * bar" should be "foo *bar"
ERROR: "foo* bar" should be "foo *bar"
ERROR: space required before the open parenthesis '('
ERROR: "(foo*)" should be "(foo *)"
ERROR: space required after that ',' (ctx:WxV)
ERROR: "(foo*const*)" should be "(foo *const*)"
ERROR: space required before that '*' (ctx:VxB)

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