Commit bd5a3a16 authored by Tom Rix's avatar Tom Rix Committed by Linus Walleij

pinctrl: qcom: cleanup comments

Add leading space to spdx tag

Replacements
voilates to violates
sepearte to separate
Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220220162355.3594831-1-trix@redhat.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 69c3d58d
...@@ -1622,8 +1622,8 @@ static const struct msm_pinctrl_soc_data sc8180x_acpi_pinctrl = { ...@@ -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 * ACPI DSDT has one single memory resource for TLMM, which violates the
* hardware layout of 3 sepearte tiles. Let's split the memory resource into * 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 * 3 named ones, so that msm_pinctrl_probe() can map memory for ACPI in the
* same way as for DT probe. * same way as for DT probe.
*/ */
......
//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/module.h>
#include <linux/of.h> #include <linux/of.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment