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

Commit 04e91730 authored by rishabh hardas's avatar rishabh hardas Committed by Jonathan Cameron
Browse files

iio:trigger: Fix coding style in iio-trig-bfin-timer.c by aligning parameters with opening bracket.



Fixes a warning flagged by checkpatch.pl

Signed-off-by: default avatarrishabh hardas <rishabheudyptula@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 0e377f3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ static ssize_t iio_bfin_tmr_frequency_show(struct device *dev,
	return sprintf(buf, "%lu\n", val);
}

static DEVICE_ATTR(frequency, S_IRUGO | S_IWUSR, iio_bfin_tmr_frequency_show,
static DEVICE_ATTR(frequency, 0644, iio_bfin_tmr_frequency_show,
		   iio_bfin_tmr_frequency_store);

static struct attribute *iio_bfin_tmr_trigger_attrs[] = {