]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
atm: atmdev: add function parameter names and description
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 28 Feb 2026 22:08:45 +0000 (14:08 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 3 Mar 2026 02:55:21 +0000 (18:55 -0800)
commitc69855ada28656fdd7e197b6e24cd40a04fe14d3
tree26289120cf9b0a49b3dd8ab100b1836cba9c3732
parent425e080a1c34859395efcc377efead05dc6fae3b
atm: atmdev: add function parameter names and description

kernel-doc reports function parameters not described for parameters
that are not named. Add parameter names for these functions and then
describe the function parameters in kernel-doc format.

Fixes these warnings:
Warning: include/linux/atmdev.h:316 function parameter '' not described
 in 'register_atm_ioctl'
Warning: include/linux/atmdev.h:321 function parameter '' not described
 in 'deregister_atm_ioctl'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260228220845.2978547-1-rdunlap@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/atmdev.h