All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/6] gpio: ich: fixed a typo
@ 2020-02-03 12:52 sachin agarwal
  2020-02-03 13:36 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: sachin agarwal @ 2020-02-03 12:52 UTC (permalink / raw)
  To: linus.walleij; +Cc: linux-kernel, linux-gpio, andy, asachin591

From: sachin agarwal <asachin591@gmail.com>

we had written "Mangagment" rather than "Management".

Signed-off-by: Sachin Agarwal <asachin591@gmail.com>
---
 drivers/gpio/gpio-ich.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c
index 2f086d0aa1f4..9960bb8b0f5b 100644
--- a/drivers/gpio/gpio-ich.c
+++ b/drivers/gpio/gpio-ich.c
@@ -89,7 +89,7 @@ static struct {
 	struct device *dev;
 	struct gpio_chip chip;
 	struct resource *gpio_base;	/* GPIO IO base */
-	struct resource *pm_base;	/* Power Mangagment IO base */
+	struct resource *pm_base;	/* Power Management IO base */
 	struct ichx_desc *desc;	/* Pointer to chipset-specific description */
 	u32 orig_gpio_ctrl;	/* Orig CTRL value, used to restore on exit */
 	u8 use_gpio;		/* Which GPIO groups are usable */
-- 
2.24.1


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

* Re: [PATCH 5/6] gpio: ich: fixed a typo
  2020-02-03 12:52 [PATCH 5/6] gpio: ich: fixed a typo sachin agarwal
@ 2020-02-03 13:36 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2020-02-03 13:36 UTC (permalink / raw)
  To: sachin agarwal; +Cc: linus.walleij, linux-kernel, linux-gpio, andy

On Mon, Feb 03, 2020 at 06:22:55PM +0530, sachin agarwal wrote:
> From: sachin agarwal <asachin591@gmail.com>
> 
> we had written "Mangagment" rather than "Management".

we -> We.

No need to send new version right now, consider to send v2 after merge window
closed (starting from next week).

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2020-02-03 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 12:52 [PATCH 5/6] gpio: ich: fixed a typo sachin agarwal
2020-02-03 13:36 ` Andy Shevchenko

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.