Fix missing param description in kdoc of netfs_read_subreq_progress(). Fixes: ee4cdf7ba857 ("netfs: Speed up buffered reading") Signed-off-by: David Howells <dhowells@xxxxxxxxxx> cc: Jeff Layton <jlayton@xxxxxxxxxx> cc: netfs@xxxxxxxxxxxxxxx cc: linux-fsdevel@xxxxxxxxxxxxxxx --- fs/netfs/read_collect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/netfs/read_collect.c b/fs/netfs/read_collect.c index 266ec8d20d92..2ef54d83cf59 100644 --- a/fs/netfs/read_collect.c +++ b/fs/netfs/read_collect.c @@ -508,6 +508,7 @@ void netfs_wake_read_collector(struct netfs_io_request *rreq) /** * netfs_read_subreq_progress - Note progress of a read operation. + * @subreq: The I/O request that has made progress. * * This tells the read side of netfs lib that a contributory I/O operation has * made some progress and that it may be possible to unlock some folios.