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.

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>

authored by

Dhaval Shah and committed by
Greg Kroah-Hartman
3288de12 1e3ae175

+1 -2
+1 -2
drivers/misc/ics932s401.c
··· 353 353 static DEVICE_ATTR(cpu_spread, S_IRUGO, show_spread, NULL); 354 354 static DEVICE_ATTR(src_spread, S_IRUGO, show_spread, NULL); 355 355 356 - static struct attribute *ics932s401_attr[] = 357 - { 356 + static struct attribute *ics932s401_attr[] = { 358 357 &dev_attr_spread_enabled.attr, 359 358 &dev_attr_cpu_clock_selection.attr, 360 359 &dev_attr_cpu_clock.attr,