From: Eva Rachel Retuya Date: Sat, 12 Mar 2016 08:19:24 +0000 (+0800) Subject: staging: iio: tsl2x7x_core: add blank line after struct declaration X-Git-Tag: v4.7-rc1~90^2~798 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b026338289d65ef6fddfefcf5d1ba7932bc77c8a;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/light/tsl2x7x_core.c b/drivers/staging/iio/light/tsl2x7x_core.c index a72bb2912622..d553c8e18fcc 100644 --- a/drivers/staging/iio/light/tsl2x7x_core.c +++ b/drivers/staging/iio/light/tsl2x7x_core.c @@ -1646,6 +1646,7 @@ static struct attribute *tsl2X7X_ALS_event_attrs[] = { &dev_attr_in_intensity0_thresh_period.attr, NULL, }; + static struct attribute *tsl2X7X_PRX_event_attrs[] = { &dev_attr_in_proximity0_thresh_period.attr, NULL,