Skip to content

Commit db701f4

Browse files
committed
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: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
1 parent 82540eb commit db701f4

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,10 +1432,10 @@ static const u16 pinmux_data[] = {
14321432

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

drivers/pinctrl/sh-pfc/pfc-r8a7795.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,10 +1493,10 @@ static const u16 pinmux_data[] = {
14931493

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

drivers/pinctrl/sh-pfc/pfc-r8a7796.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,10 +1499,10 @@ static const u16 pinmux_data[] = {
14991499

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

drivers/pinctrl/sh-pfc/pfc-r8a77965.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,10 +1501,10 @@ static const u16 pinmux_data[] = {
15011501

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

0 commit comments

Comments
 (0)