mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
pinctrl: berlin: fix spelling typo in comment
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>
This commit is contained in:
parent
1074e1d23a
commit
4a13796aeb
@ -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 maxiumum 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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user