Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] fs/read_write.c: remove extra space
@ 2020-09-09 13:07 ownia
0 siblings, 0 replies; only message in thread
From: ownia @ 2020-09-09 13:07 UTC (permalink / raw)
To: viro; +Cc: linux-fsdevel, linux-kernel, ownia
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-09 14:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 13:07 [PATCH] fs/read_write.c: remove extra space ownia
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).