[PATCH] i2o: fix semicolon.cocci warnings

From: kbuild test robot
Date: Thu Apr 30 2015 - 09:05:28 EST


drivers/staging/i2o/iop.c:1065:2-3: Unneeded semicolon


Removes unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Alan Cox <alan@xxxxxxxxxxxxxxx>
Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---

iop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/staging/i2o/iop.c
+++ b/drivers/staging/i2o/iop.c
@@ -1062,7 +1062,7 @@ struct i2o_controller *i2o_iop_alloc(voi
I2O_MSG_INPOOL_MIN)) {
kfree(c);
return ERR_PTR(-ENOMEM);
- };
+ }

INIT_LIST_HEAD(&c->devices);
spin_lock_init(&c->lock);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/