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-Tag: v4.1-rc1~152^2~138^2~470 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91ca9ed7975529ebb48d14b958fcbe41d0f6a438;p=thirdparty%2Fkernel%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 c4afaeaf83105..48009b7758456 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;