linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: liusong@tom.com
To: jlayton@kernel.org, bfields@fieldses.org, viro@zeniv.linux.org.uk
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	liu.song11@zte.com.cn
Subject: [PATCH] fcntl: Remove invisible but existing spaces to match the coding style
Date: Thu, 23 Aug 2018 22:58:07 +0800	[thread overview]
Message-ID: <20180823145807.3613-1-liusong@tom.com> (raw)

From: Liu Song <liu.song11@zte.com.cn>

There are invisible spaces in some blank lines, which are removed to
satisfy the coding style.

Signed-off-by: Liu Song <liu.song11@zte.com.cn>
---
 fs/fcntl.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/fcntl.c b/fs/fcntl.c
index 4137d96534a6..b3254b0d5f9a 100644
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
@@ -488,7 +488,7 @@ SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd,
 	err = security_file_fcntl(f.file, cmd, arg);
 	if (err)
 		goto out1;
-	
+
 	switch (cmd) {
 	case F_GETLK64:
 	case F_OFD_GETLK:
@@ -780,7 +780,7 @@ void send_sigio(struct fown_struct *fown, int fd, int band)
 	struct task_struct *p;
 	enum pid_type type;
 	struct pid *pid;
-	
+
 	read_lock(&fown->lock);
 
 	type = fown->pid_type;
@@ -818,7 +818,7 @@ int send_sigurg(struct fown_struct *fown)
 	enum pid_type type;
 	struct pid *pid;
 	int ret = 0;
-	
+
 	read_lock(&fown->lock);
 
 	type = fown->pid_type;
-- 
2.17.1

                 reply	other threads:[~2018-08-23 18:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180823145807.3613-1-liusong@tom.com \
    --to=liusong@tom.com \
    --cc=bfields@fieldses.org \
    --cc=jlayton@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liu.song11@zte.com.cn \
    --cc=viro@zeniv.linux.org.uk \
    /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).