linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chengguang Xu <cgxu519@gmx.com>
To: jack@suse.com
Cc: linux-ext4@vger.kernel.org, Chengguang Xu <cgxu519@gmx.com>
Subject: [PATCH 06/10] ext2: fix coding style for file.c
Date: Tue, 13 Nov 2018 08:04:44 +0800	[thread overview]
Message-ID: <20181113000448.16023-7-cgxu519@gmx.com> (raw)
In-Reply-To: <20181113000448.16023-1-cgxu519@gmx.com>

Fix various complains from checkpatch.pl

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
---
 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

  parent reply	other threads:[~2018-11-13 10:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-13  0:04 [PATCH 00/10] fix coding style for ext2 filesystem Chengguang Xu
2018-11-13  0:04 ` [PATCH 01/10] ext2: fix coding style for acl.h Chengguang Xu
2018-11-13  0:04 ` [PATCH 02/10] ext2: fix coding style for balloc.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 03/10] ext2: fix coding style for dir.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 04/10] ext2: fix coding style for ext2.h Chengguang Xu
2018-11-13  0:04 ` [PATCH 05/10] ext2: fix coding style for inode.c Chengguang Xu
2018-11-13  0:04 ` Chengguang Xu [this message]
2018-11-13  0:04 ` [PATCH 07/10] ext2: fix coding style for ialloc.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 08/10] ext2: fix coding style for namei.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 09/10] ext2: fix coding style for super.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 10/10] ext2: fix coding style for xattr.c Chengguang Xu
2018-12-12 13:15 ` [PATCH 00/10] fix coding style for ext2 filesystem Jan Kara
2018-12-12 13:49   ` cgxu519

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181113000448.16023-7-cgxu519@gmx.com \
    --to=cgxu519@gmx.com \
    --cc=jack@suse.com \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).