Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db701f4b authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

pinctrl: sh-pfc: rcar-gen3: Fix grammar in static pin comments



The comment block explaining the rationale for static pins contains
grammar errors.  It appeared first in the pin control driver for R-Car
H3 ES1.x, and spread to R-Car M3-W, H3 ES2.0, and M3-N later.

Fix the grammar in all copies at once.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
parent 82540ebc
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1432,10 +1432,10 @@ static const u16 pinmux_data[] = {


/*
/*
 * Static pins can not be muxed between different functions but
 * Static pins can not be muxed between different functions but
 * still needs a mark entry in the pinmux list. Add each static
 * still need mark entries in the pinmux list. Add each static
 * pin to the list without an associated function. The sh-pfc
 * pin to the list without an associated function. The sh-pfc
 * core will do the right thing and skip trying to mux then pin
 * core will do the right thing and skip trying to mux the pin
 * while still applying configuration to it
 * while still applying configuration to it.
 */
 */
#define FM(x)	PINMUX_DATA(x##_MARK, 0),
#define FM(x)	PINMUX_DATA(x##_MARK, 0),
	PINMUX_STATIC
	PINMUX_STATIC
+3 −3
Original line number Original line Diff line number Diff line
@@ -1493,10 +1493,10 @@ static const u16 pinmux_data[] = {


/*
/*
 * Static pins can not be muxed between different functions but
 * Static pins can not be muxed between different functions but
 * still needs a mark entry in the pinmux list. Add each static
 * still need mark entries in the pinmux list. Add each static
 * pin to the list without an associated function. The sh-pfc
 * pin to the list without an associated function. The sh-pfc
 * core will do the right thing and skip trying to mux then pin
 * core will do the right thing and skip trying to mux the pin
 * while still applying configuration to it
 * while still applying configuration to it.
 */
 */
#define FM(x)	PINMUX_DATA(x##_MARK, 0),
#define FM(x)	PINMUX_DATA(x##_MARK, 0),
	PINMUX_STATIC
	PINMUX_STATIC
+3 −3
Original line number Original line Diff line number Diff line
@@ -1499,10 +1499,10 @@ static const u16 pinmux_data[] = {


/*
/*
 * Static pins can not be muxed between different functions but
 * Static pins can not be muxed between different functions but
 * still needs a mark entry in the pinmux list. Add each static
 * still need mark entries in the pinmux list. Add each static
 * pin to the list without an associated function. The sh-pfc
 * pin to the list without an associated function. The sh-pfc
 * core will do the right thing and skip trying to mux then pin
 * core will do the right thing and skip trying to mux the pin
 * while still applying configuration to it
 * while still applying configuration to it.
 */
 */
#define FM(x)   PINMUX_DATA(x##_MARK, 0),
#define FM(x)   PINMUX_DATA(x##_MARK, 0),
	PINMUX_STATIC
	PINMUX_STATIC
+3 −3
Original line number Original line Diff line number Diff line
@@ -1501,10 +1501,10 @@ static const u16 pinmux_data[] = {


/*
/*
 * Static pins can not be muxed between different functions but
 * Static pins can not be muxed between different functions but
 * still needs a mark entry in the pinmux list. Add each static
 * still need mark entries in the pinmux list. Add each static
 * pin to the list without an associated function. The sh-pfc
 * pin to the list without an associated function. The sh-pfc
 * core will do the right thing and skip trying to mux then pin
 * core will do the right thing and skip trying to mux the pin
 * while still applying configuration to it
 * while still applying configuration to it.
 */
 */
#define FM(x)   PINMUX_DATA(x##_MARK, 0),
#define FM(x)   PINMUX_DATA(x##_MARK, 0),
	PINMUX_STATIC
	PINMUX_STATIC