Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+27 −28
Original line number Diff line number Diff line
@@ -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;