Re: [PATCH net-next 2/8] Drop the netfs_ prefix from netfs_extract_iter_to_sg()

From: Simon Horman
Date: Sat May 27 2023 - 08:25:26 EST


On Fri, May 26, 2023 at 03:30:58PM +0100, David Howells wrote:

...

> @@ -1307,7 +1307,7 @@ static ssize_t netfs_extract_xarray_to_sg(struct iov_iter *iter,
> }
>
> /**
> - * netfs_extract_iter_to_sg - Extract pages from an iterator and add ot an sglist
> + * extract_iter_to_sg - Extract pages from an iterator and add ot an sglist

nit: While we are here, perhaps

s/and add ot an/and add to an/

> * @iter: The iterator to extract from
> * @maxsize: The amount of iterator to copy
> * @sgtable: The scatterlist table to fill in

..