On Fri, 16 May 2025 14:42:25 +0200
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
Applied. -- Stefano