diff options
author | David Kershner <david.kershner@unisys.com> | 2015-10-12 15:19:44 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-12 20:51:19 -0700 |
commit | 3204d5a28f129800e1e7ca78acd2d30f5752090a (patch) | |
tree | ede2c84aab39aafc1bb28d987739ccf1f0d528b3 /drivers/staging/unisys | |
parent | 0435d1449bca964182588c6673a944239f279785 (diff) | |
download | linux-3204d5a28f129800e1e7ca78acd2d30f5752090a.tar.gz linux-3204d5a28f129800e1e7ca78acd2d30f5752090a.tar.bz2 linux-3204d5a28f129800e1e7ca78acd2d30f5752090a.zip |
staging: unisys: periodic_work.h Fix spacing
Cleanup the multiple blank lines check in periodic_work.h.
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r-- | drivers/staging/unisys/include/periodic_work.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/periodic_work.h b/drivers/staging/unisys/include/periodic_work.h index d42b2d0a70d8..0b3335a4b206 100644 --- a/drivers/staging/unisys/include/periodic_work.h +++ b/drivers/staging/unisys/include/periodic_work.h @@ -21,7 +21,6 @@ #include <linux/seq_file.h> #include <linux/slab.h> - /* PERIODIC_WORK an opaque structure to users. * Fields are declared only in the implementation .c files. */ |