OSDN Git Service

misc: ics932s401: open brace should be on the previous line
authorDhaval Shah <dhaval.shah@softnautics.com>
Fri, 8 Dec 2017 05:56:56 +0000 (11:26 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Dec 2017 15:00:57 +0000 (16:00 +0100)
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>
drivers/misc/ics932s401.c

index 12177db..81a0541 100644 (file)
@@ -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,