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

Commit 3288de12 authored by Dhaval Shah's avatar Dhaval Shah Committed by Greg Kroah-Hartman
Browse files

misc: ics932s401: open brace should be on the previous line



Resolved open brace { should be on the previous line checkpatch
error. Issue found by checkpatch.

Signed-off-by: default avatarDhaval Shah <dhaval.shah@softnautics.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1e3ae175
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -353,8 +353,7 @@ static DEVICE_ATTR(ref_clock, S_IRUGO, show_value, NULL);
static DEVICE_ATTR(cpu_spread, S_IRUGO, show_spread, NULL);
static DEVICE_ATTR(src_spread, S_IRUGO, show_spread, NULL);

static struct attribute *ics932s401_attr[] =
{
static struct attribute *ics932s401_attr[] = {
	&dev_attr_spread_enabled.attr,
	&dev_attr_cpu_clock_selection.attr,
	&dev_attr_cpu_clock.attr,