projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1891cf
)
ipmi: clean an indentation issue, remove extraneous space
author
Colin Ian King
<colin.king@canonical.com>
Tue, 30 Oct 2018 11:46:52 +0000
(11:46 +0000)
committer
Corey Minyard
<cminyard@mvista.com>
Sun, 10 Feb 2019 01:48:42 +0000
(19:48 -0600)
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>
drivers/char/ipmi/ipmi_ssif.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/ipmi/ipmi_ssif.c
b/drivers/char/ipmi/ipmi_ssif.c
index e4abaa8e22bc572323600ee6a5a8b63a9b906c99..11ac025b9a94f04f5d50fd7fd2d068df71226e1f 100644
(file)
--- 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;
}