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: Harinath Nampally <harinath922@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Harinath Nampally 2017-05-09 19:41:53 -04:00 committed by Jonathan Cameron
parent b2d2d2bfca
commit 4ae2f37a2f

View File

@ -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;