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 <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2015-03-13 09:54:57 +01:00
parent c84a083b99
commit 91ca9ed797

View file

@ -442,7 +442,7 @@ cfs_wi_startup(void)
} }
void void
cfs_wi_shutdown (void) cfs_wi_shutdown(void)
{ {
struct cfs_wi_sched *sched; struct cfs_wi_sched *sched;