]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net/rds: Update struct rds_statistics to use u64 instead of uint64_t
authorAllison Henderson <allison.henderson@oracle.com>
Tue, 3 Feb 2026 05:57:21 +0000 (22:57 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Feb 2026 04:46:38 +0000 (20:46 -0800)
commit9d30ad8a8bc0569ac833427094d18df46fb439e6
treebdb32a97a49cee5b7efae91b7da43255fdc8ff53
parentb89fc7c2523b2b0750d91840f4e52521270d70ed
net/rds: Update struct rds_statistics to use u64 instead of uint64_t

Quick clean up to avoid checkpatch errors when adding members to
this struct (Prefer kernel type 'u64' over 'uint64_t').
No functional changes added.

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Link: https://patch.msgid.link/20260203055723.1085751-7-achender@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rds/rds.h