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

pinctrl: berlin: fix spelling typo in comment

parent 1074e1d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	}