diff options
author | Gary Rookard <garyrookard@gmail.com> | 2014-03-10 21:59:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-17 14:24:35 -0700 |
commit | 238bbffb991fd349dfcbe5b4d0035a030fd2c691 (patch) | |
tree | 9a5e066d3dae807be3f89367718fe728d9b3a104 | |
parent | fdb59a46c655ca00efa244fd51fff3c4687e34ec (diff) |
Staging: lustre: fld: fix spacing issue.
fixed up a spacing issue.
Signed-off-by: Gary Alan Rookard <garyrookard@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/lustre/lustre/fld/fld_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/fld/fld_cache.c b/drivers/staging/lustre/lustre/fld/fld_cache.c index 9469e23b515..a06a642f549 100644 --- a/drivers/staging/lustre/lustre/fld/fld_cache.c +++ b/drivers/staging/lustre/lustre/fld/fld_cache.c @@ -355,7 +355,7 @@ static void fld_cache_overlap_handle(struct fld_cache *cache, fld_cache_entry_add(cache, f_new, &f_curr->fce_list); } else CERROR("NEW range ="DRANGE" curr = "DRANGE"\n", - PRANGE(range),PRANGE(&f_curr->fce_range)); + PRANGE(range), PRANGE(&f_curr->fce_range)); } struct fld_cache_entry |