Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: iio: tsl2x7x_core: add blank line after struct declaration

Add the missing blank line after struct declaration. Checkpatch found
this issue.

CHECK: Please use a blank line after function/struct/union/enum
declarations

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Eva Rachel Retuya and committed by
Greg Kroah-Hartman
b0263382 95066a02

+1
+1
drivers/staging/iio/light/tsl2x7x_core.c
··· 1646 1646 &dev_attr_in_intensity0_thresh_period.attr, 1647 1647 NULL, 1648 1648 }; 1649 + 1649 1650 static struct attribute *tsl2X7X_PRX_event_attrs[] = { 1650 1651 &dev_attr_in_proximity0_thresh_period.attr, 1651 1652 NULL,