linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] iov_iter documentation
@ 2021-12-06 14:52 Matthew Wilcox (Oracle)
  2021-12-06 14:52 ` [PATCH 1/3] iov_iter: Add skeleton documentation Matthew Wilcox (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Matthew Wilcox (Oracle) @ 2021-12-06 14:52 UTC (permalink / raw)
  To: linux-doc, Alexander Viro, Christoph Hellwig
  Cc: Matthew Wilcox (Oracle), linux-fsdevel

I couldn't remember what the return value from copy_to_iter() was, so
I wrote some documentation and linked it into the kernel-doc tree.

Matthew Wilcox (Oracle) (3):
  iov_iter: Add skeleton documentation
  iov_iter: Add kernel-doc
  iov_iter: Move internal documentation

 Documentation/core-api/index.rst    |  1 +
 Documentation/core-api/iov_iter.rst | 21 ++++++++
 include/linux/uio.h                 | 74 +++++++++++++++++++++++++++++
 lib/iov_iter.c                      | 41 ----------------
 4 files changed, 96 insertions(+), 41 deletions(-)
 create mode 100644 Documentation/core-api/iov_iter.rst

-- 
2.33.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-06 15:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 14:52 [PATCH 0/3] iov_iter documentation Matthew Wilcox (Oracle)
2021-12-06 14:52 ` [PATCH 1/3] iov_iter: Add skeleton documentation Matthew Wilcox (Oracle)
2021-12-06 14:55   ` Christoph Hellwig
2021-12-06 14:52 ` [PATCH 2/3] iov_iter: Add kernel-doc Matthew Wilcox (Oracle)
2021-12-06 14:54   ` Christoph Hellwig
2021-12-06 14:52 ` [PATCH 3/3] iov_iter: Move internal documentation Matthew Wilcox (Oracle)
2021-12-06 14:55   ` Christoph Hellwig
2021-12-06 15:00     ` Matthew Wilcox

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).