OSDN Git Service

Staging: lustre: fix space issue in workitem.c
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Mar 2015 08:54:57 +0000 (09:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Mar 2015 09:06:45 +0000 (10:06 +0100)
This patch fixes a space issue in the workitem.c file

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/workitem.c

index c4afaea..48009b7 100644 (file)
@@ -442,7 +442,7 @@ cfs_wi_startup(void)
 }
 
 void
-cfs_wi_shutdown (void)
+cfs_wi_shutdown(void)
 {
        struct cfs_wi_sched     *sched;