lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20230530141635.136968-3-dhowells@redhat.com> Date: Tue, 30 May 2023 15:16:26 +0100 From: David Howells <dhowells@...hat.com> To: netdev@...r.kernel.org Cc: David Howells <dhowells@...hat.com>, Herbert Xu <herbert@...dor.apana.org.au>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Willem de Bruijn <willemdebruijn.kernel@...il.com>, David Ahern <dsahern@...nel.org>, Matthew Wilcox <willy@...radead.org>, Jens Axboe <axboe@...nel.dk>, linux-crypto@...r.kernel.org, linux-mm@...ck.org, linux-kernel@...r.kernel.org, Simon Horman <simon.horman@...igine.com>, Jeff Layton <jlayton@...nel.org>, Steve French <sfrench@...ba.org>, Shyam Prasad N <nspmangalore@...il.com>, Rohith Surabattula <rohiths.msft@...il.com>, linux-cachefs@...hat.com, linux-cifs@...r.kernel.org, linux-fsdevel@...r.kernel.org Subject: [PATCH net-next v2 02/10] Fix a couple of spelling mistakes Fix a couple of spelling mistakes in a comment. Suggested-by: Simon Horman <simon.horman@...igine.com> Link: https://lore.kernel.org/r/ZHH2mSRqeL4Gs1ft@corigine.com/ Link: https://lore.kernel.org/r/ZHH1nqZWOGzxlidT@corigine.com/ Signed-off-by: David Howells <dhowells@...hat.com> cc: Jeff Layton <jlayton@...nel.org> cc: Steve French <sfrench@...ba.org> cc: Shyam Prasad N <nspmangalore@...il.com> cc: Rohith Surabattula <rohiths.msft@...il.com> cc: Jens Axboe <axboe@...nel.dk> cc: Herbert Xu <herbert@...dor.apana.org.au> cc: "David S. Miller" <davem@...emloft.net> cc: Eric Dumazet <edumazet@...gle.com> cc: Jakub Kicinski <kuba@...nel.org> cc: Paolo Abeni <pabeni@...hat.com> cc: Matthew Wilcox <willy@...radead.org> cc: linux-crypto@...r.kernel.org cc: linux-cachefs@...hat.com cc: linux-cifs@...r.kernel.org cc: linux-fsdevel@...r.kernel.org cc: netdev@...r.kernel.org --- fs/netfs/iterator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/netfs/iterator.c b/fs/netfs/iterator.c index f8eba3de1a97..f41a37bca1e8 100644 --- a/fs/netfs/iterator.c +++ b/fs/netfs/iterator.c @@ -312,7 +312,7 @@ static ssize_t extract_xarray_to_sg(struct iov_iter *iter, } /** - * 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 to an sglist * @iter: The iterator to extract from * @maxsize: The amount of iterator to copy * @sgtable: The scatterlist table to fill in @@ -332,7 +332,7 @@ static ssize_t extract_xarray_to_sg(struct iov_iter *iter, * @extraction_flags can have ITER_ALLOW_P2PDMA set to request peer-to-peer DMA * be allowed on the pages extracted. * - * If successul, @sgtable->nents is updated to include the number of elements + * If successful, @sgtable->nents is updated to include the number of elements * added and the number of bytes added is returned. @sgtable->orig_nents is * left unaltered. *
Powered by blists - more mailing lists