Commit 238bbffb authored by Gary Rookard's avatar Gary Rookard Committed by Greg Kroah-Hartman

Staging: lustre: fld: fix spacing issue.

fixed up a spacing issue.
Signed-off-by: default avatarGary Alan Rookard <garyrookard@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fdb59a46
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment