1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/kernel/gcov
Randy Dunlap 9c9ce355b1 gcov: clang: use correct function param names
Fix the function parameter names to match the function so that
the kernel-doc warnings disappear.

clang.c:273: warning: Function parameter or struct member 'dst' not described in 'gcov_info_add'
clang.c:273: warning: Function parameter or struct member 'src' not described in 'gcov_info_add'
clang.c:273: warning: Excess function parameter 'dest' description in 'gcov_info_add'
clang.c:273: warning: Excess function parameter 'source' description in 'gcov_info_add'

Link: https://lkml.kernel.org/r/20250111062944.910638-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Peter Oberparleiter <oberpar@linux.ibm.com>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Bill Wendling <morbo@google.com>
Cc: Justin Stitt <justinstitt@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-01-24 22:47:27 -08:00
..
base.c gcov: combine common code 2021-05-07 00:26:32 -07:00
clang.c gcov: clang: use correct function param names 2025-01-24 22:47:27 -08:00
fs.c gcov: annotate struct gcov_iterator with __counted_by 2023-10-18 14:43:22 -07:00
gcc_4_7.c gcov: add support for GCC 14 2024-06-15 10:43:06 -07:00
gcc_base.c gcov: clang: move common GCC code into gcc_base.c 2019-05-14 19:52:51 -07:00
gcov.h gcov: combine common code 2021-05-07 00:26:32 -07:00
Kconfig gcov: Remove compiler version check 2021-12-02 17:25:21 +09:00
Makefile gcov: shut up missing prototype warnings for internal stubs 2023-08-18 10:18:58 -07:00