mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-18 19:23:24 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a3463e64ad
commit
dcdf43a01e
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user