mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
staging:iio:accel:sca3000 small checkpatch fixes (alignment etc)
Tidied up where checkpatch warning suppressions doesn't effect the readability of the code. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
@@ -275,8 +275,8 @@ static int sca3000_write_reg(struct sca3000_state *st, u8 address, u8 val)
|
||||
}
|
||||
|
||||
static int sca3000_read_data_short(struct sca3000_state *st,
|
||||
u8 reg_address_high,
|
||||
int len)
|
||||
u8 reg_address_high,
|
||||
int len)
|
||||
{
|
||||
struct spi_transfer xfer[2] = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user