Whamcloud - gitweb
LU-9633 llite: Add kernel doc style for lustre/llite/*.c (Part 7) 79/58279/2
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Mon, 3 Mar 2025 07:29:33 +0000 (12:59 +0530)
committerOleg Drokin <green@whamcloud.com>
Thu, 13 Mar 2025 17:08:30 +0000 (17:08 +0000)
commitda28d64fe33eb1a0d73ffe46b691427f88374d52
treebd47990f6a1e2075a256fcb14259b090dd77e113
parentb24ac54a68328b615919d654649ceb875ae1ae9d
LU-9633 llite: Add kernel doc style for lustre/llite/*.c (Part 7)

This patch converts existing functional comments
to kernel doc style comments and removes '/**' for
comments which is not meant to be a kernel-doc comment

./kernel-doc -v -none lustre/llite/symlink.c lustre/llite/rw26.c
llite/symlink.c:244: info: Scanning doc for function ll_getattr_link
llite/rw26.c:36: info: Scanning doc for function ll_invalidate_folio
llite/rw26.c:92: info: Scanning doc for function ll_invalidatepage
llite/rw26.c:719: info: Scanning doc for function ll_prepare_partial_page

Test-Parameters: trivial
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: I9c9fd4c5c1edc426df42165c11c54fdd694bf722
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58279
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: Anjus George <georgea@ornl.gov>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/rw26.c
lustre/llite/symlink.c