summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhengyi Shen <shenzhengyi@gmail.com>2017-02-02 23:28:21 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-03 13:01:38 +0100
commitdcdf43a01e950c9475fb325972d8f034afa19464 (patch)
tree6de5d1f21fa855434aa241d47830689e25b72511
parenta3463e64adfa0ad3d9d11ca769f0e670917039de (diff)
downloadlinux-stable-dcdf43a01e950c9475fb325972d8f034afa19464.tar.gz
linux-stable-dcdf43a01e950c9475fb325972d8f034afa19464.tar.bz2
linux-stable-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>
-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);