Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tom Rix and committed by
Linus Walleij
bd5a3a16 69c3d58d

+3 -3
+2 -2
drivers/pinctrl/qcom/pinctrl-sc8180x.c
··· 1622 1622 }; 1623 1623 1624 1624 /* 1625 - * ACPI DSDT has one single memory resource for TLMM, which voilates the 1626 - * hardware layout of 3 sepearte tiles. Let's split the memory resource into 1625 + * ACPI DSDT has one single memory resource for TLMM, which violates the 1626 + * hardware layout of 3 separate tiles. Let's split the memory resource into 1627 1627 * 3 named ones, so that msm_pinctrl_probe() can map memory for ACPI in the 1628 1628 * same way as for DT probe. 1629 1629 */
+1 -1
drivers/pinctrl/qcom/pinctrl-sm6125.c
··· 1 - //SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 1 + // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 3 3 #include <linux/module.h> 4 4 #include <linux/of.h>