]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
SUNRPC: xdr.h: fix all kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 28 Feb 2026 22:09:22 +0000 (14:09 -0800)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 30 Mar 2026 01:25:09 +0000 (21:25 -0400)
commit3603bf99062c6d563df4fba3848f829d5401d959
treeeae7339f5bdc6f57a0e2adf7e78e2c1ef86057e0
parent2239535fb062b404871556b3bbbe4e27579f5edb
SUNRPC: xdr.h: fix all kernel-doc warnings

Correct a function parameter name (s/page/folio/) and add function
return value sections for multiple functions to eliminate
kernel-doc warnings:

Warning: include/linux/sunrpc/xdr.h:298 function parameter 'folio' not
 described in 'xdr_set_scratch_folio'
Warning: include/linux/sunrpc/xdr.h:337 No description found for return
 value of 'xdr_stream_remaining'
Warning: include/linux/sunrpc/xdr.h:357 No description found for return
 value of 'xdr_align_size'
Warning: include/linux/sunrpc/xdr.h:374 No description found for return
 value of 'xdr_pad_size'
Warning: include/linux/sunrpc/xdr.h:387 No description found for return
 value of 'xdr_stream_encode_item_present'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/linux/sunrpc/xdr.h