Skip to content

Commit bd5a3a1

Browse files
Tom RixLinus Walleij
authored andcommitted
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>
1 parent 69c3d58 commit bd5a3a1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/pinctrl/qcom/pinctrl-sc8180x.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,8 +1622,8 @@ static const struct msm_pinctrl_soc_data sc8180x_acpi_pinctrl = {
16221622
};
16231623

16241624
/*
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
16271627
* 3 named ones, so that msm_pinctrl_probe() can map memory for ACPI in the
16281628
* same way as for DT probe.
16291629
*/

drivers/pinctrl/qcom/pinctrl-sm6125.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
1+
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22

33
#include <linux/module.h>
44
#include <linux/of.h>

0 commit comments

Comments
 (0)