Skip to content

Commit dcdf43a

Browse files
Zhengyi Shengregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a3463e6 commit dcdf43a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/staging/lustre/lustre/llite/vvp_page.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ static int vvp_page_prep_write(const struct lu_env *env,
227227
* This takes inode as a separate argument, because inode on which error is to
228228
* be set can be different from \a vmpage inode in case of direct-io.
229229
*/
230-
static void vvp_vmpage_error(struct inode *inode, struct page *vmpage, int ioret)
230+
static void vvp_vmpage_error(struct inode *inode, struct page *vmpage,
231+
int ioret)
231232
{
232233
struct vvp_object *obj = cl_inode2vvp(inode);
233234

0 commit comments

Comments
 (0)