Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0435d144 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman
Browse files

staging: unisys: periodic_work.h Fix parenthesis alignment



Cleanup the checkpatch.pl check alignment should match open parenthesis, in
visor_periodic_work_create().

Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f4b97f9c
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@
 */
struct periodic_work;

struct periodic_work *visor_periodic_work_create(ulong jiffy_interval,
struct periodic_work *
visor_periodic_work_create(ulong jiffy_interval,
			   struct workqueue_struct *workqueue,
			   void (*workfunc)(void *),
			   void *workfuncarg,