From c4f10e5cd79ce09ef94be0924395c62350bf262d Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 10 May 2012 17:23:58 +0900 Subject: [PATCH] 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 --- arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c b/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c index 9f0109f..f25127c 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[] = { 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, -- 2.7.4