Skip to content
Snippets Groups Projects
Commit bac28b34 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Fix whitespace.
parent 62bc52e7
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir, ...@@ -176,7 +176,7 @@ void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir,
LASSERT(*procroot_ret == NULL); LASSERT(*procroot_ret == NULL);
LASSERT(*stats_ret == NULL); LASSERT(*stats_ret == NULL);
svc_stats = lprocfs_alloc_stats(EXTRA_MAX_OPCODES + LUSTRE_MAX_OPCODES, 0); svc_stats = lprocfs_alloc_stats(EXTRA_MAX_OPCODES+LUSTRE_MAX_OPCODES,0);
if (svc_stats == NULL) if (svc_stats == NULL)
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment