staging: unisys: periodic_work.h Fix parenthesis alignment
authorDavid Kershner <david.kershner@unisys.com>
Mon, 12 Oct 2015 19:19:43 +0000 (15:19 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:51:19 +0000 (20:51 -0700)
Cleanup the checkpatch.pl check alignment should match open parenthesis, in
visor_periodic_work_create().

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>
drivers/staging/unisys/include/periodic_work.h

index 4e19c28dc3d0e1653243013ae69c0f7884092ab3..d42b2d0a70d80d870557a668084e797bf645ff11 100644 (file)
  */
 struct periodic_work;
 
-struct periodic_work *visor_periodic_work_create(ulong jiffy_interval,
-                                       struct workqueue_struct *workqueue,
-                                       void (*workfunc)(void *),
-                                       void *workfuncarg,
-                                       const char *devnam);
+struct periodic_work *
+visor_periodic_work_create(ulong jiffy_interval,
+                          struct workqueue_struct *workqueue,
+                          void (*workfunc)(void *),
+                          void *workfuncarg,
+                          const char *devnam);
 void visor_periodic_work_destroy(struct periodic_work *pw);
 bool visor_periodic_work_nextperiod(struct periodic_work *pw);
 bool visor_periodic_work_start(struct periodic_work *pw);
This page took 0.025118 seconds and 5 git commands to generate.