Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Wed, 22 Oct 2008 21:26:57 +0000 (21:26 +0000)
committeradilger <adilger>
Wed, 22 Oct 2008 21:26:57 +0000 (21:26 +0000)
Fix whitespace.

lustre/ptlrpc/lproc_ptlrpc.c

index abe69ed..519593c 100644 (file)
@@ -176,7 +176,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;