summaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorColin Ian King2018-10-30 12:46:52 +0100
committerCorey Minyard2019-02-10 02:48:42 +0100
commitd5a2197be15ef600c4878d7aaaea8bfb5a06f0d9 (patch)
tree8c61a6749247121538f4ca51a053be013727d65e /drivers/char
parentipmi: Make the smi watcher be disabled immediately when not needed (diff)
downloadkernel-qcow2-linux-d5a2197be15ef600c4878d7aaaea8bfb5a06f0d9.tar.gz
kernel-qcow2-linux-d5a2197be15ef600c4878d7aaaea8bfb5a06f0d9.tar.xz
kernel-qcow2-linux-d5a2197be15ef600c4878d7aaaea8bfb5a06f0d9.zip
ipmi: clean an indentation issue, remove extraneous space
Trivial fix to clean up an indentation issue, remove space Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/ipmi/ipmi_ssif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ipmi/ipmi_ssif.c b/drivers/char/ipmi/ipmi_ssif.c
index e4abaa8e22bc..11ac025b9a94 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;
}