Searched hist:f9b4dc920d35cca8bf85ecce836ee6d23788e7cf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | notifier.c | diff f9b4dc920d35cca8bf85ecce836ee6d23788e7cf Mon Nov 07 04:56:57 CST 2022 Lukas Bulwahn <lukas.bulwahn@gmail.com> notifier: repair slips in kernel-doc comments
Invoking ./scripts/kernel-doc -none kernel/notifier.c warns:
kernel/notifier.c:71: warning: Excess function parameter 'returns' description in 'notifier_call_chain' kernel/notifier.c:119: warning: Function parameter or member 'v' not described in 'notifier_call_chain_robust'
These two warning are easy to fix, as they are just due to some minor slips that makes the comment not follow kernel-doc's syntactic expectation.
Fix those minor slips in kernel-doc comments for make W=1 happiness.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|