Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1740009 > unrolled thread
| Started by | Chris Gorman <chrisjohgorman@gmail.com> |
|---|---|
| First post | 2017-09-26 18:30 +0200 |
| Last post | 2017-09-27 15:40 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] pinctrl: cherryview fixed typo in comment Chris Gorman <chrisjohgorman@gmail.com> - 2017-09-26 18:30 +0200
Re: [PATCH] pinctrl: cherryview fixed typo in comment Mika Westerberg <mika.westerberg@linux.intel.com> - 2017-09-26 18:40 +0200
Re: [PATCH] pinctrl: cherryview fixed typo in comment Linus Walleij <linus.walleij@linaro.org> - 2017-09-27 15:40 +0200
| From | Chris Gorman <chrisjohgorman@gmail.com> |
|---|---|
| Date | 2017-09-26 18:30 +0200 |
| Subject | [PATCH] pinctrl: cherryview fixed typo in comment |
| Message-ID | <uu0U9-779-1@gated-at.bofh.it> |
Fixed typo on comment for north_community.
Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com>
---
drivers/pinctrl/intel/pinctrl-cherryview.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c b/drivers/pinctrl/intel/pinctrl-cherryview.c
index 04e929f..8d50eae 100644
--- a/drivers/pinctrl/intel/pinctrl-cherryview.c
+++ b/drivers/pinctrl/intel/pinctrl-cherryview.c
@@ -491,7 +491,7 @@ static const struct chv_community north_community = {
.ngpio_ranges = ARRAY_SIZE(north_gpio_ranges),
.ngpios = ARRAY_SIZE(north_pins),
/*
- * North community can benerate GPIO interrupts only for the first
+ * North community can generate GPIO interrupts only for the first
* 8 interrupts. The upper half (8-15) can only be used to trigger
* GPEs.
*/
--
2.7.4
[toc] | [next] | [standalone]
| From | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| Date | 2017-09-26 18:40 +0200 |
| Message-ID | <uu13P-7af-1@gated-at.bofh.it> |
| In reply to | #1740009 |
On Tue, Sep 26, 2017 at 12:27:40PM -0400, Chris Gorman wrote:
> Fixed typo on comment for north_community.
>
> Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com>
Looks perfect now,
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> ---
> drivers/pinctrl/intel/pinctrl-cherryview.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c b/drivers/pinctrl/intel/pinctrl-cherryview.c
> index 04e929f..8d50eae 100644
> --- a/drivers/pinctrl/intel/pinctrl-cherryview.c
> +++ b/drivers/pinctrl/intel/pinctrl-cherryview.c
> @@ -491,7 +491,7 @@ static const struct chv_community north_community = {
> .ngpio_ranges = ARRAY_SIZE(north_gpio_ranges),
> .ngpios = ARRAY_SIZE(north_pins),
> /*
> - * North community can benerate GPIO interrupts only for the first
> + * North community can generate GPIO interrupts only for the first
> * 8 interrupts. The upper half (8-15) can only be used to trigger
> * GPEs.
> */
> --
> 2.7.4
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-09-27 15:40 +0200 |
| Message-ID | <uukJb-3qZ-5@gated-at.bofh.it> |
| In reply to | #1740009 |
On Tue, Sep 26, 2017 at 6:27 PM, Chris Gorman <chrisjohgorman@gmail.com> wrote: > Fixed typo on comment for north_community. > > Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com> Patch applied with Mika's ACK. Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web