Commit 91ca9ed7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: lustre: fix space issue in workitem.c

This patch fixes a space issue in the workitem.c file
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c84a083b
...@@ -442,7 +442,7 @@ cfs_wi_startup(void) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment