drivers/staging/i2o/iop.c:1065:2-3: Unneeded semicolon
Removes unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Alan Cox <a...@linux.intel.com> Signed-off-by: Fengguang Wu <fengguang...@intel.com> --- 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/