public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Standardize and correct function comment headers
@ 2025-05-16 12:42 Laurent Vivier
  2025-05-16 12:42 ` [PATCH 1/3] vhost_user: Correct and align " Laurent Vivier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Laurent Vivier @ 2025-05-16 12:42 UTC (permalink / raw)
  To: passt-dev; +Cc: Laurent Vivier

This series cleans up function comment headers in iov, virtio,
and vhost_user modules for improved consistency and accuracy.

The following changes are included:

iov:
	Standardize function comment headers (Ensures /** and func_name()
	syntax for uniformity)
virtio:
	Correct and align comment headers (Addresses format, typos, tags,
	param names in .c/.h)
vhost_user:
	Correct and align function comment headers (Corrects params,
	func names in comments, & docs in .c)

Full details can be found in the individual patch descriptions.

Laurent Vivier (3):
  vhost_user: Correct and align function comment headers
  virtio: Correct and align comment headers
  iov: Standardize function comment headers

 iov.c        |  15 ++--
 vhost_user.c | 221 +++++++++++++++++++++++++--------------------------
 vhost_user.h |   2 +-
 virtio.c     |  29 ++++---
 virtio.h     |   4 +-
 5 files changed, 137 insertions(+), 134 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-05-16 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-16 12:42 [PATCH 0/3] Standardize and correct function comment headers Laurent Vivier
2025-05-16 12:42 ` [PATCH 1/3] vhost_user: Correct and align " Laurent Vivier
2025-05-16 12:42 ` [PATCH 2/3] virtio: Correct and align " Laurent Vivier
2025-05-16 12:42 ` [PATCH 3/3] iov: Standardize function " Laurent Vivier
2025-05-16 20:52 ` [PATCH 0/3] Standardize and correct " Stefano Brivio

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

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 IMAP folder(s).