All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: Fix spelling typo in comment.
@ 2022-09-06 13:25 Deming Wang
  2022-09-08  8:40 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Deming Wang @ 2022-09-06 13:25 UTC (permalink / raw)
  To: linus.walleij; +Cc: linux-gpio, linux-kernel, Deming Wang

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(-)

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);
 	}
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: Fix spelling typo in comment.
  2022-09-06 13:25 [PATCH] pinctrl: Fix spelling typo in comment Deming Wang
@ 2022-09-08  8:40 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2022-09-08  8:40 UTC (permalink / raw)
  To: Deming Wang; +Cc: linux-gpio, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-08  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 13:25 [PATCH] pinctrl: Fix spelling typo in comment Deming Wang
2022-09-08  8:40 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.