Fix various complains from checkpatch.pl Signed-off-by: Chengguang Xu <cgxu519@xxxxxxx> --- fs/ext2/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext2/file.c b/fs/ext2/file.c index 28b2609f25c1..3820b17241af 100644 --- a/fs/ext2/file.c +++ b/fs/ext2/file.c @@ -137,7 +137,7 @@ static int ext2_file_mmap(struct file *file, struct vm_area_struct *vma) * for a single struct file are closed. Note that different open() calls * for the same file yield different struct file structures. */ -static int ext2_release_file (struct inode * inode, struct file * filp) +static int ext2_release_file(struct inode *inode, struct file *filp) { if (filp->f_mode & FMODE_WRITE) { mutex_lock(&EXT2_I(inode)->truncate_mutex); -- 2.17.2