Commit 4ae2f37a authored by Harinath Nampally's avatar Harinath Nampally Committed by Jonathan Cameron

staging: iio: meter: Fix the identations for proper alignments.

This patch fixes below checkpatch.pl kind of warnings:
CHECK: Alignment should match open parenthesis
Signed-off-by: default avatarHarinath Nampally <harinath922@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent b2d2d2bf
......@@ -107,8 +107,7 @@ static int ade7753_spi_write_reg_8(struct device *dev,
return ret;
}
static int ade7753_spi_write_reg_16(struct device *dev,
u8 reg_address,
static int ade7753_spi_write_reg_16(struct device *dev, u8 reg_address,
u16 value)
{
int ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment