Skip to content

Commit b391efe

Browse files
diandersLinus Walleij
authored andcommitted
pinctrl: qcom: Add "and" to PIN_CONFIG_INPUT_ENABLE comment
The comment recently added talking about PIN_CONFIG_INPUT_ENABLE is clearly missing the word "and". Comments live forever, so let's fix it. Fixes: e49eabe ("pinctrl: qcom: Support OUTPUT_ENABLE; deprecate INPUT_ENABLE") Reported-by: Stephen Boyd <swboyd@chromium.org> Link: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/4409769/comment/9a1d5def_e1e71db7/ Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Link: https://lore.kernel.org/r/20230407142859.1.Ia5d70e320b60d6707c6182879097708e49b8b519@changeid Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 29a66a6 commit b391efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/qcom/pinctrl-msm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ static int msm_config_group_set(struct pinctrl_dev *pctldev,
517517
* The points above, explain why this _should_ be a
518518
* no-op. However, for historical reasons and to
519519
* support old device trees, we'll violate the docs
520-
* still affect the output.
520+
* and still affect the output.
521521
*
522522
* It should further be noted that this old historical
523523
* behavior actually overrides arg to 0. That means

0 commit comments

Comments
 (0)