These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / lustre / lnet / selftest / module.c
index 7ad62f1..46cbdf0 100644 (file)
@@ -39,7 +39,7 @@
 #include "selftest.h"
 
 enum {
-       LST_INIT_NONE           = 0,
+       LST_INIT_NONE = 0,
        LST_INIT_WI_SERIAL,
        LST_INIT_WI_TEST,
        LST_INIT_RPC,
@@ -58,7 +58,7 @@ struct cfs_wi_sched **lst_sched_test;
 static void
 lnet_selftest_fini(void)
 {
-       int     i;
+       int i;
 
        switch (lst_init_step) {
        case LST_INIT_CONSOLE:
@@ -92,9 +92,9 @@ lnet_selftest_fini(void)
 static int
 lnet_selftest_init(void)
 {
-       int     nscheds;
-       int     rc;
-       int     i;
+       int nscheds;
+       int rc;
+       int i;
 
        rc = cfs_wi_sched_create("lst_s", lnet_cpt_table(), CFS_CPT_ANY,
                                 1, &lst_sched_serial);
@@ -150,7 +150,6 @@ error:
        return rc;
 }
 
-
 MODULE_DESCRIPTION("LNet Selftest");
 MODULE_LICENSE("GPL");
 MODULE_VERSION("0.9.0");