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:
parent
c84a083b99
commit
91ca9ed797
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue