From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: passt.top; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=FWorA+y+; dkim-atps=neutral Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTPS id 8357E5A027E for ; Fri, 16 May 2025 14:42:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1747399354; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YcbXpkFtNQott+/x0fkuGwMuQOtefC2VR9urbUW+mjA=; b=FWorA+y+DxpnYpLLtRJcXQDQCYXUXJlAI7aIOTL3bfq/bik8SBl+IWt8Gc4FPQRJQ+Uwm0 QvT5FYVyTAjY0GksjTiWXuVWL41wXQ/JMfukOF9rYJQhTbekFxeuZmNZVx7olYzDI+N++l PknHuEGaFy88ipCBLj9t3hZcJdRr8dI= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-487-Q6XTd1P7P-mp8PMMpT-3mw-1; Fri, 16 May 2025 08:42:33 -0400 X-MC-Unique: Q6XTd1P7P-mp8PMMpT-3mw-1 X-Mimecast-MFC-AGG-ID: Q6XTd1P7P-mp8PMMpT-3mw_1747399352 Received: from mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.93]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 2DEB41954B1D for ; Fri, 16 May 2025 12:42:32 +0000 (UTC) Received: from lenovo-t14s.redhat.com (unknown [10.44.33.64]) by mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 6ED6C18008F4; Fri, 16 May 2025 12:42:30 +0000 (UTC) From: Laurent Vivier To: passt-dev@passt.top Subject: [PATCH 0/3] Standardize and correct function comment headers Date: Fri, 16 May 2025 14:42:25 +0200 Message-ID: <20250516124228.2383036-1-lvivier@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.93 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: yCgf18pRfp9FZhuG8lli_fpvUNnhuBiJw-XmLGIiYOU_1747399352 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID-Hash: C57OZIZQH35NYKRKNANL2DLY5O2FB6TB X-Message-ID-Hash: C57OZIZQH35NYKRKNANL2DLY5O2FB6TB X-MailFrom: lvivier@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Laurent Vivier X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: This series cleans up function comment headers in iov, virtio,=0D and vhost_user modules for improved consistency and accuracy.=0D =0D The following changes are included:=0D =0D iov:=0D =09Standardize function comment headers (Ensures /** and func_name()=0D =09syntax for uniformity)=0D virtio:=0D =09Correct and align comment headers (Addresses format, typos, tags,=0D =09param names in .c/.h)=0D vhost_user:=0D =09Correct and align function comment headers (Corrects params,=0D =09func names in comments, & docs in .c)=0D =0D Full details can be found in the individual patch descriptions.=0D =0D Laurent Vivier (3):=0D vhost_user: Correct and align function comment headers=0D virtio: Correct and align comment headers=0D iov: Standardize function comment headers=0D =0D iov.c | 15 ++--=0D vhost_user.c | 221 +++++++++++++++++++++++++--------------------------=0D vhost_user.h | 2 +-=0D virtio.c | 29 ++++---=0D virtio.h | 4 +-=0D 5 files changed, 137 insertions(+), 134 deletions(-)=0D =0D --=20=0D 2.49.0=0D =0D