]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
idpf: Fix kernel-doc descriptions to avoid warnings
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 27 Nov 2025 07:44:52 +0000 (08:44 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 9 Jan 2026 17:25:20 +0000 (09:25 -0800)
commit7fe9c81aa24a2374b1a9a2160d44f4afbf8ab80d
tree21ed0a03075298725c94763bb4d76db3b552ec8e
parent72dae6ad55df91adc68327b3ad5e69904d2136e0
idpf: Fix kernel-doc descriptions to avoid warnings

In many functions the Return section is missing. Fix kernel-doc
descriptions to address that and other warnings.

Before the change:

$ scripts/kernel-doc -none -Wreturn drivers/net/ethernet/intel/idpf/idpf_txrx.c 2>&1 | wc -l
85

Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/idpf/idpf_txrx.c