lkml.org 
[lkml]   [2020]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] fs/read_write.c: remove extra space
Date
Signed-off-by: ownia <o451686892@gmail.com>
---
fs/read_write.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/read_write.c b/fs/read_write.c
index 5db58b8c78d0..4cdbf45ced98 100644
--- a/fs/read_write.c
+++ b/fs/read_write.c
@@ -1497,7 +1497,7 @@ static ssize_t do_sendfile(int out_fd, int in_fd, loff_t *ppos,
if (retval < 0)
goto fput_in;
if (count > MAX_RW_COUNT)
- count = MAX_RW_COUNT;
+ count = MAX_RW_COUNT;

/*
* Get output file, and verify that it is ok..
--
2.25.1
\
 
 \ /
  Last update: 2020-09-09 16:14    [W:3.126 / U:0.852 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site