]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kunit: Fix kernel-doc for EXPORT_SYMBOL_IF_KUNIT
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 29 Aug 2024 18:31:50 +0000 (20:31 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 5 Sep 2024 15:35:00 +0000 (09:35 -0600)
commita4311c274e08001b129bd5ffd2a41dcbd3e0a855
tree6885a219cae5f3719113a71fbab5334173557fbe
parent1757cc292ad438b501fbbe37ad733a72671cc1f3
kunit: Fix kernel-doc for EXPORT_SYMBOL_IF_KUNIT

While kunit/visibility.h is today not included in any generated
kernel documentation, also likely due to the fact that none of the
existing comments are correctly recognized as kernel-doc, but once
we decide to add this header and fix the tool, there will be:

../include/kunit/visibility.h:61: warning: Function parameter or
struct member 'symbol' not described in 'EXPORT_SYMBOL_IF_KUNIT'

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Rae Moar <rmoar@google.com>
Acked-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
include/kunit/visibility.h