aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/osc/lproc_osc.c
diff options
context:
space:
mode:
authorGreg Donald <gdonald@gmail.com>2014-08-25 20:07:19 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-30 12:05:39 -0700
commit1d8cb70c7bdda47125ed551fc390aa9597c5f264 (patch)
tree944a5268d7a884418f5c96167bd79004f210b95d /drivers/staging/lustre/lustre/osc/lproc_osc.c
parentlustre: obdclass: use c99 initializers in structures (diff)
downloadlinux-dev-1d8cb70c7bdda47125ed551fc390aa9597c5f264.tar.xz
linux-dev-1d8cb70c7bdda47125ed551fc390aa9597c5f264.zip
drivers: staging: lustre: Fix space required after that ',' errors
Fix checkpatch.pl space required after that ',' errors Signed-off-by: Greg Donald <gdonald@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/osc/lproc_osc.c')
-rw-r--r--drivers/staging/lustre/lustre/osc/lproc_osc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/osc/lproc_osc.c b/drivers/staging/lustre/lustre/osc/lproc_osc.c
index ad2777fc217d..9f719bcecab3 100644
--- a/drivers/staging/lustre/lustre/osc/lproc_osc.c
+++ b/drivers/staging/lustre/lustre/osc/lproc_osc.c
@@ -565,7 +565,7 @@ static struct lprocfs_vars lprocfs_osc_module_vars[] = {
{ NULL }
};
-#define pct(a,b) (b ? a * 100 / b : 0)
+#define pct(a, b) (b ? a * 100 / b : 0)
static int osc_rpc_stats_seq_show(struct seq_file *seq, void *v)
{