drivers: staging: lustre: Fix "spaces required around that '='" errors
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / obdclass / genops.c
index b6592ee54c48c6dca3a2b3cfdab0c091c15427a4..ac8db2f980784b04384c5ca8d9798be315f101fd 100644 (file)
@@ -317,7 +317,7 @@ struct obd_device *class_newdev(const char *type_name, const char *name)
                                         result->obd_minor, new_obd_minor);
 
                                obd_devs[result->obd_minor] = NULL;
-                               result->obd_name[0]='\0';
+                               result->obd_name[0] = '\0';
                         }
                        result = ERR_PTR(-EEXIST);
                        break;