drivers: staging: lustre: Fix space required before the open parenthesis '(' errors
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / obdclass / cl_io.c
index c0e06040b811442768a99976a298a5abc40fe6db..f2383a497cbeae57ec5cffc5752e2c65e4dc5e38 100644 (file)
@@ -126,7 +126,7 @@ void cl_io_fini(const struct lu_env *env, struct cl_io *io)
                info->clt_current_io = NULL;
 
        /* sanity check for layout change */
-       switch(io->ci_type) {
+       switch (io->ci_type) {
        case CIT_READ:
        case CIT_WRITE:
                break;