* [PATCH] drm/gm204/i2c: fix semicolon.cocci warnings [not found] <201412030630.vbN8byuU%fengguang.wu@intel.com> @ 2014-12-02 22:28 ` kbuild test robot 0 siblings, 0 replies; only message in thread From: kbuild test robot @ 2014-12-02 22:28 UTC (permalink / raw) To: Ben Skeggs; +Cc: kbuild-all, dri-devel, linux-kernel drivers/gpu/drm/nouveau/core/subdev/i2c/padgm204.c:74:26-27: Unneeded semicolon Removes unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- padgm204.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/nouveau/core/subdev/i2c/padgm204.c +++ b/drivers/gpu/drm/nouveau/core/subdev/i2c/padgm204.c @@ -71,7 +71,7 @@ gm204_i2c_pad_ctor(struct nouveau_object if (ret) return ret; - pad->addr = index * 0x50;; + pad->addr = index * 0x50; return 0; } _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-02 22:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201412030630.vbN8byuU%fengguang.wu@intel.com>
2014-12-02 22:28 ` [PATCH] drm/gm204/i2c: fix semicolon.cocci warnings kbuild test robot
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).