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

added tabs instead of spaces

Tabs have been inserted instead of spaces to indent the code
correctly. Same error fixed four times.

Signed-off-by: Mario Bambagini <mario.bambagini@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Mario Bambagini and committed by
Linus Walleij
13b8a68a bc0195aa

+4 -4
+4 -4
drivers/pinctrl/pinctrl-adi2-bf60x.c
··· 394 394 static const unsigned short lp0_mux[] = { 395 395 P_LP0_CLK, P_LP0_ACK, P_LP0_D0, P_LP0_D1, P_LP0_D2, 396 396 P_LP0_D3, P_LP0_D4, P_LP0_D5, P_LP0_D6, P_LP0_D7, 397 - 0 397 + 0 398 398 }; 399 399 400 400 static const unsigned short lp1_mux[] = { 401 401 P_LP1_CLK, P_LP1_ACK, P_LP1_D0, P_LP1_D1, P_LP1_D2, 402 402 P_LP1_D3, P_LP1_D4, P_LP1_D5, P_LP1_D6, P_LP1_D7, 403 - 0 403 + 0 404 404 }; 405 405 406 406 static const unsigned short lp2_mux[] = { 407 407 P_LP2_CLK, P_LP2_ACK, P_LP2_D0, P_LP2_D1, P_LP2_D2, 408 408 P_LP2_D3, P_LP2_D4, P_LP2_D5, P_LP2_D6, P_LP2_D7, 409 - 0 409 + 0 410 410 }; 411 411 412 412 static const unsigned short lp3_mux[] = { 413 413 P_LP3_CLK, P_LP3_ACK, P_LP3_D0, P_LP3_D1, P_LP3_D2, 414 414 P_LP3_D3, P_LP3_D4, P_LP3_D5, P_LP3_D6, P_LP3_D7, 415 - 0 415 + 0 416 416 }; 417 417 418 418 static const struct adi_pin_group adi_pin_groups[] = {