From 238bbffb991fd349dfcbe5b4d0035a030fd2c691 Mon Sep 17 00:00:00 2001 From: Gary Rookard Date: Mon, 10 Mar 2014 21:59:09 -0400 Subject: [PATCH] Staging: lustre: fld: fix spacing issue. fixed up a spacing issue. Signed-off-by: Gary Alan Rookard Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/fld/fld_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/fld/fld_cache.c b/drivers/staging/lustre/lustre/fld/fld_cache.c index 9469e23b515c..a06a642f549e 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 -- 2.34.1