mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 04:46:12 +07: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
@ -643,7 +643,7 @@ static int bcm_kona_i2c_xfer(struct i2c_adapter *adapter,
|
||||
if (rc < 0) {
|
||||
dev_err(dev->device,
|
||||
"restart cmd failed rc = %d\n", rc);
|
||||
goto xfer_send_stop;
|
||||
goto xfer_send_stop;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user