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

Commit 3d05734f authored by Erik Arfvidson's avatar Erik Arfvidson Committed by Greg Kroah-Hartman
Browse files

staging: unisys: Fix periodic_work.c parenthesis alignment



This patch fixes checkpatch.pl message:
 CHECK: Alignment should match open parenthesis

Signed-off-by: default avatarErik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 180e2767
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -43,7 +43,8 @@ static void periodic_work_func(struct work_struct *work)
	(*pw->workfunc)(pw->workfuncarg);
}

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,