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

 Removes unneeded semicolon.

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

CC: Alan Cox <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
---

 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to