aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhengyi Shen <shenzhengyi@gmail.com>2017-02-02 10:28:21 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-03 07:01:38 -0500
commitdcdf43a01e950c9475fb325972d8f034afa19464 (patch)
tree6de5d1f21fa855434aa241d47830689e25b72511
parenta3463e64adfa0ad3d9d11ca769f0e670917039de (diff)
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,
227 * This takes inode as a separate argument, because inode on which error is to 227 * This takes inode as a separate argument, because inode on which error is to
228 * be set can be different from \a vmpage inode in case of direct-io. 228 * be set can be different from \a vmpage inode in case of direct-io.
229 */ 229 */
230static void vvp_vmpage_error(struct inode *inode, struct page *vmpage, int ioret) 230static void vvp_vmpage_error(struct inode *inode, struct page *vmpage,
231 int ioret)
231{ 232{
232 struct vvp_object *obj = cl_inode2vvp(inode); 233 struct vvp_object *obj = cl_inode2vvp(inode);
233 234