Commit 4a13796a authored by Jiangshan Yi's avatar Jiangshan Yi Committed by Linus Walleij

pinctrl: berlin: fix spelling typo in comment

Fix spelling typo in comment.
Reported-by: default avatark2ci <kernel-bot@kylinos.cn>
Signed-off-by: default avatarJiangshan Yi <yijiangshan@kylinos.cn>
Link: https://lore.kernel.org/r/20220905071300.1832105-1-13667453960@163.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 1074e1d2
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment