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

Branch b1_6

Fix 80-column line wrapping.
parent 6aba5e4c
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir,
LASSERT(*procroot_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)
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