Whamcloud - gitweb
LU-3319 lprocfs: client side cleanups
[fs/lustre-release.git] / lustre / osc / osc_request.c
index b9d1b71..f95fb55 100644 (file)
@@ -3669,7 +3669,7 @@ int osc_process_config_base(struct obd_device *obd, struct lustre_cfg *lcfg)
 {
        int rc = class_process_proc_seq_param(PARAM_OSC, obd->obd_vars,
                                              lcfg, obd);
-       return(rc > 0 ? 0: rc);
+       return rc > 0 ? 0: rc;
 }
 
 static int osc_process_config(struct obd_device *obd, obd_count len, void *buf)