drivers: staging: lustre: Fix space required after that ',' errors
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / ptlrpc / sec_null.c
index a477914111492b16d0ba17b24403bb2601bd424f..099cec3b669ff068467e07ce68aff2bbfac4cb25 100644 (file)
@@ -471,5 +471,6 @@ void sptlrpc_null_fini(void)
 
        rc = sptlrpc_unregister_policy(&null_policy);
        if (rc)
-               CERROR("failed to unregister %s: %d\n", null_policy.sp_name,rc);
+               CERROR("failed to unregister %s: %d\n",
+                      null_policy.sp_name, rc);
 }