[PATCH 0/2] Fix kernel-doc warnings in power and time

From: Sunday Adelodun

Date: Thu Nov 06 2025 - 06:39:49 EST


Hi,

This small patch series fixes kernel-doc warnings in kernel/power/swap.c
and kernel/time/tick-oneshot.c by adding missing parameter and return
value descriptions. These changes improve documentation clarity and
remove "No description found for return value" warnings during doc
build.

No functional changes.

Patches:
1/2 power/swap: add missing params and Return: descriptions to kernel-doc
comments
2/2 time/tick-oneshot: add missing Return: and param descriptions to
kernel-doc

Thanks,
Sunday Adelodun

Sunday Adelodun (2):
power/swap: add missing params and Return: descriptions to kernel-doc
comments
time: tick-oneshot: add missing Return: and param descriptions to
kernel-doc

kernel/power/swap.c | 35 +++++++++++++++++++++++++++++++----
kernel/time/tick-oneshot.c | 20 +++++++++++++++++++-
2 files changed, 50 insertions(+), 5 deletions(-)

--
2.43.0