[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151116030415.GA28486@lkp-nhm1>
Date: Mon, 16 Nov 2015 11:04:15 +0800
From: kbuild test robot <lkp@...el.com>
To: James Bans <James.Ban.opensource@...semi.com>
Cc: kbuild-all@...org, LINUXKERNEL <linux-kernel@...r.kernel.org>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
David Dajun Chen <david.chen@...semi.com>,
Support Opensource <support.opensource@...semi.com>
Subject: [PATCH] regulator: pv88090: fix semicolon.cocci warnings
drivers/regulator/pv88090-regulator.c:291:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: James Ban <James.Ban.opensource@...semi.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
pv88090-regulator.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/regulator/pv88090-regulator.c
+++ b/drivers/regulator/pv88090-regulator.c
@@ -288,7 +288,7 @@ static struct pv88090_pdata *pv88090_par
pdata->init_data[n] = pv88090_matches[i].init_data;
pdata->reg_node[n] = pv88090_matches[i].of_node;
n++;
- };
+ }
return pdata;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists