mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 14:56:54 -04:00
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:
@@ -442,7 +442,7 @@ cfs_wi_startup(void)
|
||||
}
|
||||
|
||||
void
|
||||
cfs_wi_shutdown (void)
|
||||
cfs_wi_shutdown(void)
|
||||
{
|
||||
struct cfs_wi_sched *sched;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user