From: adilger Date: Thu, 2 Apr 2009 04:38:19 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_0_110~137 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f6aa929f555119cabc7e421d476ae1a011c7819a;p=fs%2Flustre-release.git Branch b1_8 Fix line wrap to 80 columns. --- 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;