diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-10 04:23:58 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-10 04:23:58 -0400 |
commit | c4f10e5cd79ce09ef94be0924395c62350bf262d (patch) | |
tree | f42cf3c10a2db15c4f541b45fea0d0c87ccced11 /arch/sh | |
parent | bcb86e0adb6397013616567249d2d82f94b27891 (diff) |
sh: Fix up comment noise in sh7269 pinmux code.
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c b/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c index 9f0109f6bfd3..f25127c46eca 100644 --- a/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c +++ b/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c | |||
@@ -1907,8 +1907,9 @@ static struct pinmux_gpio pinmux_gpios[] = { | |||
1907 | 1907 | ||
1908 | static struct pinmux_cfg_reg pinmux_config_regs[] = { | 1908 | static struct pinmux_cfg_reg pinmux_config_regs[] = { |
1909 | /* "name" addr register_size Field_Width */ | 1909 | /* "name" addr register_size Field_Width */ |
1910 | |||
1910 | /* where Field_Width is 1 for single mode registers or 4 for upto 16 | 1911 | /* where Field_Width is 1 for single mode registers or 4 for upto 16 |
1911 | /* mode registers and modes are described in assending order [0..16] */ | 1912 | mode registers and modes are described in assending order [0..16] */ |
1912 | 1913 | ||
1913 | { PINMUX_CFG_REG("PAIOR0", 0xfffe3812, 16, 1) { | 1914 | { PINMUX_CFG_REG("PAIOR0", 0xfffe3812, 16, 1) { |
1914 | 0, 0, 0, 0, 0, 0, 0, 0, | 1915 | 0, 0, 0, 0, 0, 0, 0, 0, |