mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
fdb59a46c6
commit
238bbffb99
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue