Signed-off-by: ownia <o451686...@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

Reply via email to