Skip to content

Commit

Permalink
sh: Fix up comment noise in sh7269 pinmux code.
Browse files Browse the repository at this point in the history
The build complains about a /* nested within a comment block, so just
tidy up the formatting.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed May 10, 2012
1 parent bcb86e0 commit c4f10e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
Original file line number Diff line number Diff line change
Expand Up @@ -1907,8 +1907,9 @@ static struct pinmux_gpio pinmux_gpios[] = {

static struct pinmux_cfg_reg pinmux_config_regs[] = {
/* "name" addr register_size Field_Width */

/* where Field_Width is 1 for single mode registers or 4 for upto 16
/* mode registers and modes are described in assending order [0..16] */
mode registers and modes are described in assending order [0..16] */

{ PINMUX_CFG_REG("PAIOR0", 0xfffe3812, 16, 1) {
0, 0, 0, 0, 0, 0, 0, 0,
Expand Down

0 comments on commit c4f10e5

Please sign in to comment.