Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl/nomadik-db8500: Fix checkpatch errors

Silences the following type of checkpatch errors:
ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Sachin Kamat and committed by
Linus Walleij
cde6d8dc 62194200

+2 -2
+2 -2
drivers/pinctrl/pinctrl-nomadik-db8500.c
··· 466 466 DB8500_PIN_AJ15, DB8500_PIN_AG14, DB8500_PIN_AF13, DB8500_PIN_AG13, 467 467 DB8500_PIN_AH15 }; 468 468 static const unsigned mc1_a_2_pins[] = { DB8500_PIN_AH16, DB8500_PIN_AJ15, 469 - DB8500_PIN_AG14, DB8500_PIN_AF13, DB8500_PIN_AG13,DB8500_PIN_AH15 }; 469 + DB8500_PIN_AG14, DB8500_PIN_AF13, DB8500_PIN_AG13, DB8500_PIN_AH15 }; 470 470 static const unsigned mc1dir_a_1_pins[] = { DB8500_PIN_AH13, DB8500_PIN_AG12, 471 471 DB8500_PIN_AH12, DB8500_PIN_AH11 }; 472 472 static const unsigned hsir_a_1_pins[] = { DB8500_PIN_AG10, DB8500_PIN_AH10, ··· 663 663 DB8500_PIN_D21, DB8500_PIN_D20, DB8500_PIN_C20, DB8500_PIN_B21, 664 664 DB8500_PIN_C21, DB8500_PIN_A22, DB8500_PIN_B24, DB8500_PIN_C22 }; 665 665 666 - #define DB8500_PIN_GROUP(a,b) { .name = #a, .pins = a##_pins, \ 666 + #define DB8500_PIN_GROUP(a, b) { .name = #a, .pins = a##_pins, \ 667 667 .npins = ARRAY_SIZE(a##_pins), .altsetting = b } 668 668 669 669 static const struct nmk_pingroup nmk_db8500_groups[] = {