linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] regulator: kerneldoc section fixes
@ 2024-08-27  9:55 Chen-Yu Tsai
  2024-08-27  9:55 ` [PATCH 1/8] regulator: core: Fix short description for _regulator_check_status_enabled() Chen-Yu Tsai
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Chen-Yu Tsai @ 2024-08-27  9:55 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood
  Cc: Chen-Yu Tsai, linux-kernel, linux-arm-kernel, Andy Shevchenko

Hi,

Here are a bunch of kerneldoc fixes for the regulator core. This sort of
came as a request from Andy to not move code that already had warnings
without fixing said warnings. So here I'm fixing them first.

The bulk of the fixes are in the regulator core and OF code, but I also
fixed up a few bits in common code that were missing "Return" sections.
These are purely kerneldoc fixes and don't touch any actual code. I left
the devres code and helpers alone for now.

Please merge if possible. I will rebase my I2C OF component prober
series [1] on top of them.

Thanks
ChenYu

[1] https://lore.kernel.org/all/20240822092006.3134096-1-wenst@chromium.org/


Chen-Yu Tsai (8):
  regulator: core: Fix short description for
    _regulator_check_status_enabled()
  regulator: core: Fix regulator_is_supported_voltage() kerneldoc return
    value
  regulator: core: Fix incorrectly formatted kerneldoc "Return" sections
  regulator: core: Add missing kerneldoc Return sections
  regulator: of: Fix incorrectly formatted kerneldoc "Return" sections
  regulator: fixed: Fix incorrectly formatted kerneldoc "Return" section
  regulator: fixed-helper: Add missing "Return" kerneldoc section
  regulator: irq_helpers: Add missing "Return" kerneldoc section

 drivers/regulator/core.c         | 175 ++++++++++++++++++++++---------
 drivers/regulator/fixed-helper.c |   2 +
 drivers/regulator/fixed.c        |   6 +-
 drivers/regulator/irq_helpers.c  |   4 +
 drivers/regulator/of_regulator.c |  14 +--
 5 files changed, 141 insertions(+), 60 deletions(-)

-- 
2.46.0.295.g3b9ea8a38a-goog



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-08-28 20:30 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27  9:55 [PATCH 0/8] regulator: kerneldoc section fixes Chen-Yu Tsai
2024-08-27  9:55 ` [PATCH 1/8] regulator: core: Fix short description for _regulator_check_status_enabled() Chen-Yu Tsai
2024-08-27  9:55 ` [PATCH 2/8] regulator: core: Fix regulator_is_supported_voltage() kerneldoc return value Chen-Yu Tsai
2024-08-27 14:35   ` Andy Shevchenko
2024-08-28  7:59     ` Chen-Yu Tsai
2024-08-27  9:55 ` [PATCH 3/8] regulator: core: Fix incorrectly formatted kerneldoc "Return" sections Chen-Yu Tsai
2024-08-27 14:41   ` Andy Shevchenko
2024-08-28  8:01     ` Chen-Yu Tsai
2024-08-28 20:29       ` Mark Brown
2024-08-27  9:55 ` [PATCH 4/8] regulator: core: Add missing kerneldoc Return sections Chen-Yu Tsai
2024-08-27  9:55 ` [PATCH 5/8] regulator: of: Fix incorrectly formatted kerneldoc "Return" sections Chen-Yu Tsai
2024-08-27  9:55 ` [PATCH 6/8] regulator: fixed: Fix incorrectly formatted kerneldoc "Return" section Chen-Yu Tsai
2024-08-27 14:43   ` Andy Shevchenko
2024-08-27  9:55 ` [PATCH 7/8] regulator: fixed-helper: Add missing "Return" kerneldoc section Chen-Yu Tsai
2024-08-27 14:43   ` Andy Shevchenko
2024-08-27  9:55 ` [PATCH 8/8] regulator: irq_helpers: " Chen-Yu Tsai
2024-08-27 14:44   ` Andy Shevchenko
2024-08-28  7:50     ` Chen-Yu Tsai
2024-08-28 13:53       ` Andy Shevchenko
2024-08-28  5:55   ` Matti Vaittinen
2024-08-28  7:53     ` Chen-Yu Tsai
2024-08-28 12:03       ` Matti Vaittinen
2024-08-27 14:46 ` [PATCH 0/8] regulator: kerneldoc section fixes Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).