From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.simonwunderlich.de (mail.simonwunderlich.de [23.88.38.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 22779478E20 for ; Fri, 5 Jun 2026 07:20:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=23.88.38.48 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780644021; cv=none; b=jAVtXauLpoJ5RupH8Njhdsqzd7YOmth5NtfM++fl9N/sTIwwYSVKEWgBgonLOh3SFN6IV9zyPT+rhB6fQI4hGOi3Hsxk03/KKkAC0TtioiTcnfgcSAL79ku4HaxfBv58owBkO99f0gOCpXUcfRI+Skh98hGO0JRuG72Pr9hZLUE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780644021; c=relaxed/simple; bh=0cTEkIom8PRgmqL1w/aqZe1bTqDSW00Whya5NRPSnyM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=e71X+mCWF+y0B5gxEzABHLpzcgfhi9+es3cZCNgZV802inT+8dst10iSY15cYOSFF4nhWuMxaR+PVBwmNpsjyIs30fYdGO/A0ThFR4eCOfGLXjZfHaLQvN7892lzdGVO1vHfAZCGiXCnKqyiMjS9X5KfgYc5jSn8g6tYOYC3crU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=simonwunderlich.de; spf=pass smtp.mailfrom=simonwunderlich.de; dkim=pass (2048-bit key) header.d=simonwunderlich.de header.i=@simonwunderlich.de header.b=Xzqz3z2M; arc=none smtp.client-ip=23.88.38.48 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=simonwunderlich.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=simonwunderlich.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=simonwunderlich.de header.i=@simonwunderlich.de header.b="Xzqz3z2M" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=simonwunderlich.de; s=09092022; t=1780644018; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eoYEIYbvnyhBcDmR6uf7zB0wO4FVOJZsykYBKJGC6fY=; b=Xzqz3z2M3l+xKDXgC+r/XWHafAyV7pqqz5ZbH7givgEgrop4QFnpb/wwv9SjAYORFrd/bQ Wwwbb9jZm/X1houMwuOd/xWOs3lPiVp7yRFlZmzLwOlmB5nKhAsHfuTmRTcEd1ACFsKDaR XFjz9meJnFhPmb9ZAKa1Cl2MHeEzztEyqzm9qFZHEePmTA45WfRn7u8KHu4GPD+pHdJrj0 qJPmKXQH8GtWTRSbEgqcJOryHa09/qBLo0aNYmptJ4XXfw3soJlz0gtoTXW3/cOs0esgGq XDY8GYTZzhKYtUaTAy1WyriWGVy8nFw5I/9Vm/hwgLXoyuAS+nZaI/FR62vG9Q== From: Simon Wunderlich To: netdev@vger.kernel.org Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , b.a.t.m.a.n@lists.open-mesh.org, Sven Eckelmann , Simon Wunderlich Subject: [PATCH net-next 09/11] batman-adv: uapi: keep kernel-doc in struct member order Date: Fri, 5 Jun 2026 09:20:03 +0200 Message-ID: <20260605072005.490368-10-sw@simonwunderlich.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260605072005.490368-1-sw@simonwunderlich.de> References: <20260605072005.490368-1-sw@simonwunderlich.de> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Sven Eckelmann The order of the members of struct batadv_coded_packet and struct batadv_unicast_tvlv_packet didn't match the kernel doc. This is the case for all other structures and should also be done the same way for these two. Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- include/uapi/linux/batadv_packet.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/uapi/linux/batadv_packet.h b/include/uapi/linux/batadv_packet.h index 439132a819eac..1241285b866cd 100644 --- a/include/uapi/linux/batadv_packet.h +++ b/include/uapi/linux/batadv_packet.h @@ -518,16 +518,16 @@ struct batadv_mcast_packet { * @packet_type: batman-adv packet type, part of the general header * @version: batman-adv protocol version, part of the general header * @ttl: time to live for this packet, part of the general header + * @first_ttvn: tt-version number of first included packet * @first_source: original source of first included packet * @first_orig_dest: original destination of first included packet * @first_crc: checksum of first included packet - * @first_ttvn: tt-version number of first included packet * @second_ttl: ttl of second packet + * @second_ttvn: tt version number of second included packet * @second_dest: second receiver of this coded packet * @second_source: original source of second included packet * @second_orig_dest: original destination of second included packet * @second_crc: checksum of second included packet - * @second_ttvn: tt version number of second included packet * @coded_len: length of network coded part of the payload */ struct batadv_coded_packet { @@ -554,8 +554,8 @@ struct batadv_coded_packet { * @version: batman-adv protocol version, part of the general header * @ttl: time to live for this packet, part of the general header * @reserved: reserved field (for packet alignment) - * @src: address of the source * @dst: address of the destination + * @src: address of the source * @tvlv_len: length of tvlv data following the unicast tvlv header * @align: 2 bytes to align the header to a 4 byte boundary */ -- 2.47.3