Skip to content

Commit

Permalink
staging:iio:accel:sca3000 small checkpatch fixes (alignment etc)
Browse files Browse the repository at this point in the history
Tidied up where checkpatch warning suppressions doesn't effect the
readability of the code.

Signed-off-by: Jonathan Cameron <[email protected]>
Reviewed-by: Lars-Peter Clausen <[email protected]>
  • Loading branch information
jic23 committed Oct 23, 2016
1 parent 9a4936d commit 389c583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/iio/accel/sca3000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
{
Expand Down

0 comments on commit 389c583

Please sign in to comment.