From f6aa929f555119cabc7e421d476ae1a011c7819a Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 2 Apr 2009 04:38:19 +0000 Subject: [PATCH] Branch b1_8 Fix line wrap to 80 columns. --- lustre/ptlrpc/lproc_ptlrpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/ptlrpc/lproc_ptlrpc.c b/lustre/ptlrpc/lproc_ptlrpc.c index 8258edc..f9983a9 100644 --- a/lustre/ptlrpc/lproc_ptlrpc.c +++ b/lustre/ptlrpc/lproc_ptlrpc.c @@ -180,7 +180,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; @@ -523,7 +523,7 @@ static int ptlrpc_lprocfs_wr_hp_ratio(struct file *file, const char *buffer, { struct ptlrpc_service *svc = data; int rc, val; - + rc = lprocfs_write_helper(buffer, count, &val); if (rc < 0) return rc; -- 1.8.3.1