diff mbox

pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in comment

Message ID 1430750446-8302-1-git-send-email-geert+renesas@glider.be
State New
Headers show

Commit Message

Geert Uytterhoeven May 4, 2015, 2:40 p.m. UTC
The last serial port is called "SCIFB", not "SCIFAB".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart May 6, 2015, 4:26 p.m. UTC | #1
Hi Geert,

Thank you for the patch.

On Monday 04 May 2015 16:40:46 Geert Uytterhoeven wrote:
> The last serial port is called "SCIFB", not "SCIFAB".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

> ---
>  drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c index
> b486e9d20cc2f7cb..d0bb1459783a16d2 100644
> --- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> @@ -258,7 +258,7 @@ enum {
>  	/* SCIFA7 */
>  	SCIFA7_TXD_MARK,	SCIFA7_RXD_MARK,
> 
> -	/* SCIFAB */
> +	/* SCIFB */
>  	SCIFB_SCK_PORT190_MARK, /* MSEL5CR_17_0 */
>  	SCIFB_RXD_PORT191_MARK,
>  	SCIFB_TXD_PORT192_MARK,
Simon Horman May 7, 2015, 4:26 a.m. UTC | #2
On Wed, May 06, 2015 at 07:26:07PM +0300, Laurent Pinchart wrote:
> Hi Geert,
> 
> Thank you for the patch.
> 
> On Monday 04 May 2015 16:40:46 Geert Uytterhoeven wrote:
> > The last serial port is called "SCIFB", not "SCIFAB".
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

> 
> > ---
> >  drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> > b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c index
> > b486e9d20cc2f7cb..d0bb1459783a16d2 100644
> > --- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> > +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
> > @@ -258,7 +258,7 @@ enum {
> >  	/* SCIFA7 */
> >  	SCIFA7_TXD_MARK,	SCIFA7_RXD_MARK,
> > 
> > -	/* SCIFAB */
> > +	/* SCIFB */
> >  	SCIFB_SCK_PORT190_MARK, /* MSEL5CR_17_0 */
> >  	SCIFB_RXD_PORT191_MARK,
> >  	SCIFB_TXD_PORT192_MARK,
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> 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
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Linus Walleij May 12, 2015, 10:21 a.m. UTC | #3
On Mon, May 4, 2015 at 4:40 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The last serial port is called "SCIFB", not "SCIFAB".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" 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-r8a7740.c b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
index b486e9d20cc2f7cb..d0bb1459783a16d2 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
@@ -258,7 +258,7 @@  enum {
 	/* SCIFA7 */
 	SCIFA7_TXD_MARK,	SCIFA7_RXD_MARK,
 
-	/* SCIFAB */
+	/* SCIFB */
 	SCIFB_SCK_PORT190_MARK, /* MSEL5CR_17_0 */
 	SCIFB_RXD_PORT191_MARK,
 	SCIFB_TXD_PORT192_MARK,