staging: iio: tsl2x7x_core: add blank line after struct declaration
authorEva Rachel Retuya <eraretuya@gmail.com>
Sat, 12 Mar 2016 08:19:24 +0000 (16:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
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>
drivers/staging/iio/light/tsl2x7x_core.c

index a72bb2912622826e4a2af0a2a8039443ac702e6e..d553c8e18fccf7c71a370a12626a0260774cff05 100644 (file)
@@ -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,
This page took 0.028579 seconds and 5 git commands to generate.