mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 01:51:39 +00:00
i2c: bcm-kona: fix inconsistent indenting
smatch rightfully says: drivers/i2c/busses/i2c-bcm-kona.c:646 bcm_kona_i2c_xfer() warn: inconsistent indenting Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Reviewed-by: Tim Kryger <tim.kryger@gmail.com>
This commit is contained in:
parent
c13c29186c
commit
b31cc4b37e
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ static int bcm_kona_i2c_xfer(struct i2c_adapter *adapter,
|
||||||
if (rc < 0) {
|
if (rc < 0) {
|
||||||
dev_err(dev->device,
|
dev_err(dev->device,
|
||||||
"restart cmd failed rc = %d\n", rc);
|
"restart cmd failed rc = %d\n", rc);
|
||||||
goto xfer_send_stop;
|
goto xfer_send_stop;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue