summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhaval Shah <dhaval.shah@softnautics.com>2017-12-08 00:56:56 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-18 10:00:57 -0500
commit3288de12bdb3f84a702ec06baf2a63a2f9f332d2 (patch)
tree3a528065eabaf37bc5901b4e464cfae112af1418
parent1e3ae175fd47482933d59ac561057d5d80089388 (diff)
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: Dhaval Shah <dhaval.shah@softnautics.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/misc/ics932s401.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/misc/ics932s401.c b/drivers/misc/ics932s401.c
index 12177db99ce1..81a0541ef3ac 100644
--- a/drivers/misc/ics932s401.c
+++ b/drivers/misc/ics932s401.c
@@ -353,8 +353,7 @@ static DEVICE_ATTR(ref_clock, S_IRUGO, show_value, NULL);
353static DEVICE_ATTR(cpu_spread, S_IRUGO, show_spread, NULL); 353static DEVICE_ATTR(cpu_spread, S_IRUGO, show_spread, NULL);
354static DEVICE_ATTR(src_spread, S_IRUGO, show_spread, NULL); 354static DEVICE_ATTR(src_spread, S_IRUGO, show_spread, NULL);
355 355
356static struct attribute *ics932s401_attr[] = 356static struct attribute *ics932s401_attr[] = {
357{
358 &dev_attr_spread_enabled.attr, 357 &dev_attr_spread_enabled.attr,
359 &dev_attr_cpu_clock_selection.attr, 358 &dev_attr_cpu_clock_selection.attr,
360 &dev_attr_cpu_clock.attr, 359 &dev_attr_cpu_clock.attr,