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