From: Colin Ian King Date: Tue, 30 Oct 2018 11:46:52 +0000 (+0000) Subject: ipmi: clean an indentation issue, remove extraneous space X-Git-Tag: v5.1-rc1~112^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5a2197be15ef600c4878d7aaaea8bfb5a06f0d9;p=thirdparty%2Fkernel%2Flinux.git ipmi: clean an indentation issue, remove extraneous space Trivial fix to clean up an indentation issue, remove space Signed-off-by: Colin Ian King Signed-off-by: Corey Minyard --- diff --git a/drivers/char/ipmi/ipmi_ssif.c b/drivers/char/ipmi/ipmi_ssif.c index e4abaa8e22bc5..11ac025b9a94f 100644 --- a/drivers/char/ipmi/ipmi_ssif.c +++ b/drivers/char/ipmi/ipmi_ssif.c @@ -1800,7 +1800,7 @@ static int ssif_probe(struct i2c_client *client, const struct i2c_device_id *id) ssif_info, &ssif_info->client->dev, slave_addr); - if (rv) { + if (rv) { pr_err("Unable to register device: error %d\n", rv); goto out_remove_attr; }