diff options
author | Tom Rix <trix@redhat.com> | 2022-02-20 17:23:55 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-03-15 01:30:37 +0100 |
commit | bd5a3a16dc98ec53a58008355671a38507894ba6 (patch) | |
tree | 330f47369fe34be61d40f09465f95b8dc76f4bce /drivers/pinctrl/qcom/pinctrl-sc8180x.c | |
parent | dt-bindings: pinctrl: mt8195: Add mediatek,drive-strength-adv property (diff) | |
download | linux-bd5a3a16dc98ec53a58008355671a38507894ba6.tar.xz linux-bd5a3a16dc98ec53a58008355671a38507894ba6.zip |
pinctrl: qcom: cleanup comments
Add leading space to spdx tag
Replacements
voilates to violates
sepearte to separate
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220220162355.3594831-1-trix@redhat.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/qcom/pinctrl-sc8180x.c')
-rw-r--r-- | drivers/pinctrl/qcom/pinctrl-sc8180x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-sc8180x.c b/drivers/pinctrl/qcom/pinctrl-sc8180x.c index 0d9654b4ab60..6bec7f143134 100644 --- a/drivers/pinctrl/qcom/pinctrl-sc8180x.c +++ b/drivers/pinctrl/qcom/pinctrl-sc8180x.c @@ -1622,8 +1622,8 @@ static const struct msm_pinctrl_soc_data sc8180x_acpi_pinctrl = { }; /* - * ACPI DSDT has one single memory resource for TLMM, which voilates the - * hardware layout of 3 sepearte tiles. Let's split the memory resource into + * ACPI DSDT has one single memory resource for TLMM, which violates the + * hardware layout of 3 separate tiles. Let's split the memory resource into * 3 named ones, so that msm_pinctrl_probe() can map memory for ACPI in the * same way as for DT probe. */ |