diff mbox

[2/2] pinctrl: sh-pfc: fix a typo in pfc-r8a7790

Message ID Pine.LNX.4.64.1305151244080.10596@axis700.grange (mailing list archive)
State Superseded
Commit 81bba82a7dcb55ca0f8e17234f3a694b465cf52f
Headers show

Commit Message

Guennadi Liakhovetski May 15, 2013, 10:46 a.m. UTC
Fix multiple occurrences of the "RESEVED" typo.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
---
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

Comments

Laurent Pinchart May 15, 2013, 11 a.m. UTC | #1
On Wednesday 15 May 2013 12:46:54 Guennadi Liakhovetski wrote:
> Fix multiple occurrences of the "RESEVED" typo.
> 
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  drivers/pinctrl/sh-pfc/pfc-r8a7790.c |   18 +++++++++---------
>  1 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
> b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c index a2f83ae..9338422 100644
> --- a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
> +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
> @@ -3443,7 +3443,7 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = {
>  	{ PINMUX_CFG_REG_VAR("MOD_SEL2", 0xE6060094, 32,
>  			     3, 1, 1, 1, 2, 1, 2, 1, 2,
>  			     1, 1, 1, 3, 3, 2, 3, 2, 2) {
> -		/* RESEVED [3] */
> +		/* RESERVED [3] */
>  		0, 0, 0, 0, 0, 0, 0, 0,
>  		/* SEL_TMU1 [1] */
>  		FN_SEL_TMU1_0, FN_SEL_TMU1_1,
> @@ -3459,9 +3459,9 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = {
>  		FN_SEL_SCIFA2_0, FN_SEL_SCIFA2_1, FN_SEL_SCIFA2_2, 0,
>  		/* SEL_CAN1 [1] */
>  		FN_SEL_CAN1_0, FN_SEL_CAN1_1,
> -		/* RESEVED [2] */
> +		/* RESERVED [2] */
>  		0, 0, 0, 0,
> -		/* RESEVED [1] (actually TX2, RX2 vs. TX2_B, RX2_B of SCIF2) */
> +		/* RESERVED [1] (actually TX2, RX2 vs. TX2_B, RX2_B of SCIF2) */
>  		0, 0,
>  		/* SEL_ADI [1] */
>  		FN_SEL_ADI_0, FN_SEL_ADI_1,
> @@ -3490,22 +3490,22 @@ static struct pinmux_cfg_reg pinmux_config_regs[] =
> { FN_SEL_IICDVFS_0, FN_SEL_IICDVFS_1,
>  		/* SEL_IIC0 [1] */
>  		FN_SEL_IIC0_0, FN_SEL_IIC0_1,
> -		/* RESEVED [2] */
> +		/* RESERVED [2] */
>  		0, 0, 0, 0,
> -		/* RESEVED [4] */
> +		/* RESERVED [4] */
>  		0, 0, 0, 0, 0, 0, 0, 0,
>  		0, 0, 0, 0, 0, 0, 0, 0,
> -		/* RESEVED [4] */
> +		/* RESERVED [4] */
>  		0, 0, 0, 0, 0, 0, 0, 0,
>  		0, 0, 0, 0, 0, 0, 0, 0,
> -		/* RESEVED [2] */
> +		/* RESERVED [2] */
>  		0, 0, 0, 0,
>  		/* SEL_IEB [2] */
>  		FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2, 0,
> -		/* RESEVED [4] */
> +		/* RESERVED [4] */
>  		0, 0, 0, 0, 0, 0, 0, 0,
>  		0, 0, 0, 0, 0, 0, 0, 0,
> -		/* RESEVED [2] */
> +		/* RESERVED [2] */
>  		0, 0, 0, 0,
>  		/* SEL_IIC2 [3] */
>  		FN_SEL_IIC2_0, FN_SEL_IIC2_1, FN_SEL_IIC2_2, FN_SEL_IIC2_3,
Linus Walleij May 20, 2013, 7:37 a.m. UTC | #2
On Wed, May 15, 2013 at 12:46 PM, Guennadi Liakhovetski
<g.liakhovetski@gmx.de> wrote:

> Fix multiple occurrences of the "RESEVED" typo.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman May 23, 2013, 1:39 a.m. UTC | #3
On Mon, May 20, 2013 at 09:37:41AM +0200, Linus Walleij wrote:
> On Wed, May 15, 2013 at 12:46 PM, Guennadi Liakhovetski
> <g.liakhovetski@gmx.de> wrote:
> 
> > Fix multiple occurrences of the "RESEVED" typo.
> >
> > Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>

Thanks, queued up for v3.11 in the pinmux branch of the renesas tree.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
index a2f83ae..9338422 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
@@ -3443,7 +3443,7 @@  static struct pinmux_cfg_reg pinmux_config_regs[] = {
 	{ PINMUX_CFG_REG_VAR("MOD_SEL2", 0xE6060094, 32,
 			     3, 1, 1, 1, 2, 1, 2, 1, 2,
 			     1, 1, 1, 3, 3, 2, 3, 2, 2) {
-		/* RESEVED [3] */
+		/* RESERVED [3] */
 		0, 0, 0, 0, 0, 0, 0, 0,
 		/* SEL_TMU1 [1] */
 		FN_SEL_TMU1_0, FN_SEL_TMU1_1,
@@ -3459,9 +3459,9 @@  static struct pinmux_cfg_reg pinmux_config_regs[] = {
 		FN_SEL_SCIFA2_0, FN_SEL_SCIFA2_1, FN_SEL_SCIFA2_2, 0,
 		/* SEL_CAN1 [1] */
 		FN_SEL_CAN1_0, FN_SEL_CAN1_1,
-		/* RESEVED [2] */
+		/* RESERVED [2] */
 		0, 0, 0, 0,
-		/* RESEVED [1] (actually TX2, RX2 vs. TX2_B, RX2_B of SCIF2) */
+		/* RESERVED [1] (actually TX2, RX2 vs. TX2_B, RX2_B of SCIF2) */
 		0, 0,
 		/* SEL_ADI [1] */
 		FN_SEL_ADI_0, FN_SEL_ADI_1,
@@ -3490,22 +3490,22 @@  static struct pinmux_cfg_reg pinmux_config_regs[] = {
 		FN_SEL_IICDVFS_0, FN_SEL_IICDVFS_1,
 		/* SEL_IIC0 [1] */
 		FN_SEL_IIC0_0, FN_SEL_IIC0_1,
-		/* RESEVED [2] */
+		/* RESERVED [2] */
 		0, 0, 0, 0,
-		/* RESEVED [4] */
+		/* RESERVED [4] */
 		0, 0, 0, 0, 0, 0, 0, 0,
 		0, 0, 0, 0, 0, 0, 0, 0,
-		/* RESEVED [4] */
+		/* RESERVED [4] */
 		0, 0, 0, 0, 0, 0, 0, 0,
 		0, 0, 0, 0, 0, 0, 0, 0,
-		/* RESEVED [2] */
+		/* RESERVED [2] */
 		0, 0, 0, 0,
 		/* SEL_IEB [2] */
 		FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2, 0,
-		/* RESEVED [4] */
+		/* RESERVED [4] */
 		0, 0, 0, 0, 0, 0, 0, 0,
 		0, 0, 0, 0, 0, 0, 0, 0,
-		/* RESEVED [2] */
+		/* RESERVED [2] */
 		0, 0, 0, 0,
 		/* SEL_IIC2 [3] */
 		FN_SEL_IIC2_0, FN_SEL_IIC2_1, FN_SEL_IIC2_2, FN_SEL_IIC2_3,