Skip to content

Commit 0fb3e21

Browse files
Gustavo Rodriguesjic23
authored andcommitted
iio: adc: ad799x: add blank line to avoid warning messages
Add a blank line before if statement to avoid warning messages pointed by checkpatch. Co-developed-by: Bruna Lopes <brunaafl@usp.br> Signed-off-by: Bruna Lopes <brunaafl@usp.br> Signed-off-by: Gustavo Rodrigues <ogustavo@usp.br> Reviewed-by: Nuno Sa <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20240428194326.2836387-3-ogustavo@usp.br Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent da8cf0d commit 0fb3e21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iio/adc/ad799x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ static ssize_t ad799x_read_frequency(struct device *dev,
335335
struct ad799x_state *st = iio_priv(indio_dev);
336336

337337
int ret = i2c_smbus_read_byte_data(st->client, AD7998_CYCLE_TMR_REG);
338+
338339
if (ret < 0)
339340
return ret;
340341

0 commit comments

Comments
 (0)