diff options
author | Arnd Bergmann <[email protected]> | 2021-03-23 14:17:13 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2021-03-25 10:45:11 +0100 |
commit | 58b5ada8c465b5f1300bc021ebd3d3b8149124b4 (patch) | |
tree | ca6f89f61ead3a586f1d66db6202435b94315ee1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5739ffc10d047d190bf53a6dddbf5e5a9c94c373 (diff) |
pinctrl: qcom: fix unintentional string concatenation
clang is clearly correct to point out a typo in a silly
array of strings:
drivers/pinctrl/qcom/pinctrl-sdx55.c:426:61: error: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Werror,-Wstring-concatenation]
"gpio14", "gpio15", "gpio16", "gpio17", "gpio18", "gpio19" "gpio20", "gpio21", "gpio22",
^
Add the missing comma that must have accidentally been removed.
Fixes: ac43c44a7a37 ("pinctrl: qcom: Add SDX55 pincontrol driver")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions