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

Commit a476e20c authored by Renato Lui Geh's avatar Renato Lui Geh Committed by Jonathan Cameron
Browse files

staging: iio: adt7316: fix parenthesis alignment



This patch fixes most "Alignment should match open parenthesis" check
warnings found by checkpatch.pl in the addac/adt7316 driver.

Signed-off-by: default avatarRenato Lui Geh <renatogeh@gmail.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent c65a0d84
Loading
Loading
Loading
Loading
+232 −230
Original line number Diff line number Diff line
@@ -1277,7 +1277,9 @@ static ssize_t adt7316_show_temp_offset(struct adt7316_chip_info *chip,
}

static ssize_t adt7316_store_temp_offset(struct adt7316_chip_info *chip,
		int offset_addr, const char *buf, size_t len)
					 int offset_addr,
					 const char *buf,
					 size_t len)
{
	int data;
	u8 val;
+1 −1

File changed.

Contains only whitespace changes.