pinctrl: qcom: cleanup comments
authorTom Rix <trix@redhat.com>
Sun, 20 Feb 2022 16:23:55 +0000 (08:23 -0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 15 Mar 2022 00:30:37 +0000 (01:30 +0100)
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>
drivers/pinctrl/qcom/pinctrl-sc8180x.c
drivers/pinctrl/qcom/pinctrl-sm6125.c

index 0d9654b4ab60ba3bc6a11b18c71710aaa7a02442..6bec7f1431348d51480c756d5af5bc029a727973 100644 (file)
@@ -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.
  */
index 724fa5a3446521d6994ee682d6470d2b541ff649..170d4ffbb919980dee634345e2d9bc554b3d1e21 100644 (file)
@@ -1,4 +1,4 @@
-//SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 
 #include <linux/module.h>
 #include <linux/of.h>