aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorGravatar Zhengyi Shen <shenzhengyi@gmail.com> 2017-02-02 23:28:21 +0800
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2017-02-03 13:01:38 +0100
commitdcdf43a01e950c9475fb325972d8f034afa19464 (patch)
tree6de5d1f21fa855434aa241d47830689e25b72511 /drivers/staging/lustre
parentstaging: lustre: ptlrpc : remove userland usage from ptlrpc (diff)
downloadlinux-dcdf43a01e950c9475fb325972d8f034afa19464.tar.gz
linux-dcdf43a01e950c9475fb325972d8f034afa19464.tar.bz2
linux-dcdf43a01e950c9475fb325972d8f034afa19464.zip
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: Zhengyi Shen <shenzhengyi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/llite/vvp_page.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/vvp_page.c b/drivers/staging/lustre/lustre/llite/vvp_page.c
index 23d66308ff20..687c0c79d621 100644
--- a/drivers/staging/lustre/lustre/llite/vvp_page.c
+++ b/drivers/staging/lustre/lustre/llite/vvp_page.c
@@ -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
* 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);