diff options
-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 |