Commit dcdf43a0 authored by Zhengyi Shen's avatar Zhengyi Shen Committed by Greg Kroah-Hartman

staging: lustre: fix coding style issue in vvp_page.c

This is a patch to fix "WARNING: line over 80 characters" found by
checkpatch.pl in vvp_page.c.
Signed-off-by: default avatarZhengyi Shen <shenzhengyi@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a3463e64
...@@ -227,7 +227,8 @@ static int vvp_page_prep_write(const struct lu_env *env, ...@@ -227,7 +227,8 @@ static int vvp_page_prep_write(const struct lu_env *env,
* This takes inode as a separate argument, because inode on which error is to * This takes inode as a separate argument, because inode on which error is to
* be set can be different from \a vmpage inode in case of direct-io. * be set can be different from \a vmpage inode in case of direct-io.
*/ */
static void vvp_vmpage_error(struct inode *inode, struct page *vmpage, int ioret) static void vvp_vmpage_error(struct inode *inode, struct page *vmpage,
int ioret)
{ {
struct vvp_object *obj = cl_inode2vvp(inode); struct vvp_object *obj = cl_inode2vvp(inode);
......
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