diff options
author | Tom Rix <trix@redhat.com> | 2022-02-20 08:23:55 -0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-03-15 01:30:37 +0100 |
commit | bd5a3a16dc98ec53a58008355671a38507894ba6 (patch) | |
tree | 330f47369fe34be61d40f09465f95b8dc76f4bce /drivers/pinctrl/qcom/pinctrl-sm6125.c | |
parent | 69c3d58dc187061a041ae76190ad604dc27c13a3 (diff) |
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-sm6125.c')
-rw-r--r-- | drivers/pinctrl/qcom/pinctrl-sm6125.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-sm6125.c b/drivers/pinctrl/qcom/pinctrl-sm6125.c index 724fa5a34465..170d4ffbb919 100644 --- a/drivers/pinctrl/qcom/pinctrl-sm6125.c +++ b/drivers/pinctrl/qcom/pinctrl-sm6125.c @@ -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> |