pinctrl: berlin: fix spelling typo in comment
authorJiangshan Yi <yijiangshan@kylinos.cn>
Mon, 5 Sep 2022 07:13:00 +0000 (15:13 +0800)
committerLinus 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

index a073eed..1e427ea 100644 (file)
@@ -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);
        }