lkml.org 
[lkml]   [2015]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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@diasemi.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.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;
}

\
 
 \ /
  Last update: 2015-11-16 04:21    [W:0.183 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site