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

Sunday Adelodun posted 2 patches 1 month, 1 week ago
kernel/power/swap.c        | 35 +++++++++++++++++++++++++++++++----
kernel/time/tick-oneshot.c | 20 +++++++++++++++++++-
2 files changed, 50 insertions(+), 5 deletions(-)
[PATCH 0/2] Fix kernel-doc warnings in power and time
Posted by Sunday Adelodun 1 month, 1 week ago
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