All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fcntl: Remove invisible but existing spaces to match the coding style
@ 2018-08-23 14:58 liusong
  0 siblings, 0 replies; only message in thread
From: liusong @ 2018-08-23 14:58 UTC (permalink / raw)
  To: jlayton, bfields, viro; +Cc: linux-fsdevel, linux-kernel, liu.song11

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-23 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-23 14:58 [PATCH] fcntl: Remove invisible but existing spaces to match the coding style liusong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.