commit | 3775dac1bc385e8d7bfdbc68e8478e4b2bae1955 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Jan 07 09:32:15 2017 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Jan 11 14:40:37 2017 +0100 |
tree | a13dca4fb6cae117b63c6d1c9b1c40a22fe11dbb | |
parent | 6e8b66c1b7aeb95cff643f358299cf1c5c630abb [diff] |
pinctrl/amd: white space cleanups in amd_gpio_dbg_show() We accidentally deleted two tabs from the first line, but even with that fixed the conditions were not really kernel style. Put the && at the end of the line so we can align the condition clauses. Also add spaces around the "+" operator. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>