kernel/bpf/crib/files.c:30: warning: No description found for return value of 'bpf_iter_task_file_new'
kernel/bpf/crib/files.c:60: warning: No description found for return value of 'bpf_iter_task_file_next'
kernel/bpf/crib/files.c:84: warning: Function parameter or struct member 'it__iter' not described in 'bpf_iter_task_file_get_fd'
kernel/bpf/crib/files.c:84: warning: Excess function parameter 'it' description in 'bpf_iter_task_file_get_fd'
kernel/bpf/crib/files.c:84: warning: No description found for return value of 'bpf_iter_task_file_get_fd'
kernel/bpf/crib/files.c:10: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * This enum will grow with the file types that CRIB supports for
kernel/bpf/crib/files.c:10: warning: missing initial short description on line:
 * This enum will grow with the file types that CRIB supports for
kernel/bpf/crib/files.c:38: warning: No description found for return value of 'bpf_iter_task_file_new'
kernel/bpf/crib/files.c:68: warning: No description found for return value of 'bpf_iter_task_file_next'
kernel/bpf/crib/files.c:92: warning: Function parameter or struct member 'it__iter' not described in 'bpf_iter_task_file_get_fd'
kernel/bpf/crib/files.c:92: warning: Excess function parameter 'it' description in 'bpf_iter_task_file_get_fd'
kernel/bpf/crib/files.c:92: warning: No description found for return value of 'bpf_iter_task_file_get_fd'
kernel/bpf/crib/files.c:127: warning: No description found for return value of 'bpf_fget_task'
kernel/bpf/crib/files.c:146: warning: No description found for return value of 'bpf_get_file_ops_type'
New warnings added
1,5c1,11
< kernel/bpf/crib/files.c:30: warning: No description found for return value of 'bpf_iter_task_file_new'
< kernel/bpf/crib/files.c:60: warning: No description found for return value of 'bpf_iter_task_file_next'
< kernel/bpf/crib/files.c:84: warning: Function parameter or struct member 'it__iter' not described in 'bpf_iter_task_file_get_fd'
< kernel/bpf/crib/files.c:84: warning: Excess function parameter 'it' description in 'bpf_iter_task_file_get_fd'
< kernel/bpf/crib/files.c:84: warning: No description found for return value of 'bpf_iter_task_file_get_fd'
---
> kernel/bpf/crib/files.c:10: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
>  * This enum will grow with the file types that CRIB supports for
> kernel/bpf/crib/files.c:10: warning: missing initial short description on line:
>  * This enum will grow with the file types that CRIB supports for
> kernel/bpf/crib/files.c:38: warning: No description found for return value of 'bpf_iter_task_file_new'
> kernel/bpf/crib/files.c:68: warning: No description found for return value of 'bpf_iter_task_file_next'
> kernel/bpf/crib/files.c:92: warning: Function parameter or struct member 'it__iter' not described in 'bpf_iter_task_file_get_fd'
> kernel/bpf/crib/files.c:92: warning: Excess function parameter 'it' description in 'bpf_iter_task_file_get_fd'
> kernel/bpf/crib/files.c:92: warning: No description found for return value of 'bpf_iter_task_file_get_fd'
> kernel/bpf/crib/files.c:127: warning: No description found for return value of 'bpf_fget_task'
> kernel/bpf/crib/files.c:146: warning: No description found for return value of 'bpf_get_file_ops_type'
Per-file breakdown