Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: accel: adxl367: Remove second semicolon

There is a statement with two semicolons. Remove the second one, it
is redundant.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Nuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20240315091436.2430227-1-colin.i.king@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Colin Ian King and committed by
Jonathan Cameron
fcdb03e4 3092bde7

+1 -1
+1 -1
drivers/iio/accel/adxl367.c
··· 621 621 static int adxl367_set_odr(struct iio_dev *indio_dev, enum adxl367_odr odr) 622 622 { 623 623 iio_device_claim_direct_scoped(return -EBUSY, indio_dev) { 624 - struct adxl367_state *st = iio_priv(indio_dev);; 624 + struct adxl367_state *st = iio_priv(indio_dev); 625 625 int ret; 626 626 627 627 guard(mutex)(&st->lock);