From: Greg Kroah-Hartman Date: Fri, 13 Mar 2015 08:54:57 +0000 (+0100) Subject: Staging: lustre: fix space issue in workitem.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=91ca9ed7975529ebb48d14b958fcbe41d0f6a438;p=deliverable%2Flinux.git Staging: lustre: fix space issue in workitem.c This patch fixes a space issue in the workitem.c file Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/libcfs/workitem.c b/drivers/staging/lustre/lustre/libcfs/workitem.c index c4afaeaf8310..48009b775845 100644 --- a/drivers/staging/lustre/lustre/libcfs/workitem.c +++ b/drivers/staging/lustre/lustre/libcfs/workitem.c @@ -442,7 +442,7 @@ cfs_wi_startup(void) } void -cfs_wi_shutdown (void) +cfs_wi_shutdown(void) { struct cfs_wi_sched *sched;