Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1269818

[PATCH] regulator: pv88090: fix semicolon.cocci warnings

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject [PATCH] regulator: pv88090: fix semicolon.cocci warnings
Date 2015-11-16 04:10 +0100
Message-ID <qvil4-1Kh-5@gated-at.bofh.it> (permalink)
References <qvil4-1Kh-7@gated-at.bofh.it> <qvhIl-1hX-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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;
 }
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH V1] regulator: pv88090: new regulator driver James Bans <James.Ban.opensource@diasemi.com> - 2015-11-16 03:30 +0100
  [PATCH] regulator: pv88090: fix semicolon.cocci warnings kbuild test robot <lkp@intel.com> - 2015-11-16 04:10 +0100
  Re: [PATCH V1] regulator: pv88090: new regulator driver kbuild test robot <lkp@intel.com> - 2015-11-16 04:10 +0100
  [PATCH] regulator: pv88090: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2015-11-16 04:10 +0100

csiph-web