* [PATCH] drm/nouveau/i2c: fix semicolon.cocci warnings
[not found] <201501250911.4lxUxpJX%fengguang.wu@intel.com>
@ 2015-01-25 1:25 ` kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2015-01-25 1:25 UTC (permalink / raw)
To: Ben Skeggs; +Cc: kbuild-all, David Airlie, dri-devel, linux-kernel
drivers/gpu/drm/nouveau/core/subdev/i2c/padnv94.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>
---
padnv94.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/nouveau/core/subdev/i2c/padnv94.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/i2c/padnv94.c
@@ -71,7 +71,7 @@ nv94_i2c_pad_ctor(struct nouveau_object
if (ret)
return ret;
- pad->addr = index * 0x50;;
+ pad->addr = index * 0x50;
return 0;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-25 1:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201501250911.4lxUxpJX%fengguang.wu@intel.com>
2015-01-25 1:25 ` [PATCH] drm/nouveau/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