staging:lustre: fix "space required after that ', '" error in cl_page.c
This is a patch to the cl_page.c file that fixes a "space required after that ','" error found by the checkpatch.pl tool. Signed-off-by: Anders Fridlund <anders.fridlund@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9e0e332a7a
commit
574150f0d2
|
@ -1425,7 +1425,7 @@ void cl_page_clip(const struct lu_env *env, struct cl_page *pg,
|
|||
CL_PAGE_HEADER(D_TRACE, env, pg, "%d %d\n", from, to);
|
||||
CL_PAGE_INVOID(env, pg, CL_PAGE_OP(cpo_clip),
|
||||
(const struct lu_env *,
|
||||
const struct cl_page_slice *,int, int),
|
||||
const struct cl_page_slice *, int, int),
|
||||
from, to);
|
||||
}
|
||||
EXPORT_SYMBOL(cl_page_clip);
|
||||
|
|
Loading…
Reference in New Issue