]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net/iucv: Add missing kernel-doc return value descriptions
authorNagamani PV <nagamani@linux.ibm.com>
Mon, 30 Mar 2026 11:44:36 +0000 (13:44 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 1 Apr 2026 03:14:56 +0000 (20:14 -0700)
commitf1359c240191e686614847905fc861cbda480b47
tree88c249e4f8e088a8de7ae64c1a7ecbacf5e6fac1
parent58e416e283284c15b8daf0b2b425f43242f62b0a
net/iucv: Add missing kernel-doc return value descriptions

Add missing return value descriptions for several functions in
net/iucv/af_iucv.c and net/iucv/iucv.c to address kernel-doc warnings.

Warnings detected with:
scripts/kernel-doc -none -Wall net/iucv/*
Warning: net/iucv/af_iucv.c:131 No description found for return value of 'iucv_msg_length'
Warning: net/iucv/af_iucv.c:150 No description found for return value of 'iucv_sock_in_state'
...

No functional change.

Reviewed-by: Aswin Karuvally <aswin@linux.ibm.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: Nagamani PV <nagamani@linux.ibm.com>
Signed-off-by: Alexandra Winter <wintera@linux.ibm.com>
Link: https://patch.msgid.link/20260330114436.2010108-1-wintera@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/iucv/af_iucv.c
net/iucv/iucv.c