[PATCH] ipmi: clean an indentation issue, remove extraneous space

From: Colin King
Date: Tue Oct 30 2018 - 07:47:08 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Trivial fix to clean up an indentation issue, remove space

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
drivers/char/ipmi/ipmi_ssif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/ipmi/ipmi_ssif.c b/drivers/char/ipmi/ipmi_ssif.c
index d06e00e95891..a7701af8fcf2 100644
--- a/drivers/char/ipmi/ipmi_ssif.c
+++ b/drivers/char/ipmi/ipmi_ssif.c
@@ -1792,7 +1792,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;
}
--
2.19.1