projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1074e1d
)
pinctrl: berlin: fix spelling typo in comment
author
Jiangshan Yi
<yijiangshan@kylinos.cn>
Mon, 5 Sep 2022 07:13:00 +0000
(15:13 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 5 Sep 2022 12:10:14 +0000
(14:10 +0200)
Fix spelling typo in comment.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Link:
https://lore.kernel.org/r/20220905071300.1832105-1-13667453960@163.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/berlin/berlin.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/berlin/berlin.c
b/drivers/pinctrl/berlin/berlin.c
index a073eedd71aa5b3967ffff3d0a3d6d3b4c52e780..1e427ea4d31bcbfce660cd168e9aee6556607b5f 100644
(file)
--- a/
drivers/pinctrl/berlin/berlin.c
+++ b/
drivers/pinctrl/berlin/berlin.c
@@
-209,7
+209,7
@@
static int berlin_pinctrl_build_state(struct platform_device *pdev)
for (i = 0; i < pctrl->desc->ngroups; i++) {
desc_group = pctrl->desc->groups + i;
- /* compute the maxi
u
mum number of functions a group can have */
+ /* compute the maximum number of functions a group can have */
max_functions += 1 << (desc_group->bit_width + 1);
}