From: David Kershner <[email protected]> Cleanup the multiple blank lines check in periodic_work.h.
Signed-off-by: David Kershner <[email protected]> Signed-off-by: Benjamin Romer <[email protected]> --- drivers/staging/unisys/include/periodic_work.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/include/periodic_work.h b/drivers/staging/unisys/include/periodic_work.h index d42b2d0..0b3335a 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. */ -- 2.1.4 _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
