diff mbox series

pinctrl: Fix spelling typo in comment.

Message ID 20220906132557.3916-1-wangdeming@inspur.com
State New
Headers show
Series pinctrl: Fix spelling typo in comment. | expand

Commit Message

Deming Wang Sept. 6, 2022, 1:25 p.m. UTC
fix the world maxiumum to maximum.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 drivers/pinctrl/berlin/berlin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij Sept. 8, 2022, 8:40 a.m. UTC | #1
On Wed, Sep 7, 2022 at 4:12 AM Deming Wang <wangdeming@inspur.com> wrote:

> fix the world maxiumum to maximum.
>
> Signed-off-by: Deming Wang <wangdeming@inspur.com>

This is already fixed upstream.
Thanks anyway!

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/drivers/pinctrl/berlin/berlin.c b/drivers/pinctrl/berlin/berlin.c
index a073eedd71aa..1e427ea4d31b 100644
--- 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 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);
 	}