All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] regulator: of: Fix kernel-doc
@ 2022-09-19  2:48 Jiapeng Chong
  2022-09-19  2:48 ` [PATCH 2/2] " Jiapeng Chong
  2022-09-19 16:49 ` [PATCH 1/2] " Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Jiapeng Chong @ 2022-09-19  2:48 UTC (permalink / raw)
  To: lgirdwood; +Cc: broonie, linux-kernel, Jiapeng Chong, Abaci Robot

drivers/regulator/of_regulator.c:689: warning: expecting prototype for of_parse_coupled regulator(). Prototype was for of_parse_coupled_regulator() instead.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2205#c0
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/regulator/of_regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/of_regulator.c b/drivers/regulator/of_regulator.c
index e12b681c72e5..0aff1c2886b5 100644
--- a/drivers/regulator/of_regulator.c
+++ b/drivers/regulator/of_regulator.c
@@ -676,7 +676,7 @@ bool of_check_coupling_data(struct regulator_dev *rdev)
 }
 
 /**
- * of_parse_coupled regulator - Get regulator_dev pointer from rdev's property
+ * of_parse_coupled_regulator() - Get regulator_dev pointer from rdev's property
  * @rdev: Pointer to regulator_dev, whose DTS is used as a source to parse
  *	  "regulator-coupled-with" property
  * @index: Index in phandles array
-- 
2.20.1.7.g153144c


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

* [PATCH 2/2] regulator: of: Fix kernel-doc
  2022-09-19  2:48 [PATCH 1/2] regulator: of: Fix kernel-doc Jiapeng Chong
@ 2022-09-19  2:48 ` Jiapeng Chong
  2022-09-19 16:49 ` [PATCH 1/2] " Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Jiapeng Chong @ 2022-09-19  2:48 UTC (permalink / raw)
  To: lgirdwood; +Cc: broonie, linux-kernel, Jiapeng Chong, Abaci Robot

drivers/regulator/ti-abb-regulator.c:161: warning: expecting prototype for ti_abb_wait_tranx(). Prototype was for ti_abb_wait_txdone() instead.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2206
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/regulator/ti-abb-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/ti-abb-regulator.c b/drivers/regulator/ti-abb-regulator.c
index ce00db27589a..115345e9fded 100644
--- a/drivers/regulator/ti-abb-regulator.c
+++ b/drivers/regulator/ti-abb-regulator.c
@@ -151,7 +151,7 @@ static inline void ti_abb_clear_txdone(const struct ti_abb *abb)
 };
 
 /**
- * ti_abb_wait_tranx() - waits for ABB tranxdone event
+ * ti_abb_wait_txdone() - waits for ABB tranxdone event
  * @dev:	device
  * @abb:	pointer to the abb instance
  *
-- 
2.20.1.7.g153144c


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

* Re: [PATCH 1/2] regulator: of: Fix kernel-doc
  2022-09-19  2:48 [PATCH 1/2] regulator: of: Fix kernel-doc Jiapeng Chong
  2022-09-19  2:48 ` [PATCH 2/2] " Jiapeng Chong
@ 2022-09-19 16:49 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-09-19 16:49 UTC (permalink / raw)
  To: lgirdwood, Jiapeng Chong; +Cc: Abaci Robot, linux-kernel

On Mon, 19 Sep 2022 10:48:29 +0800, Jiapeng Chong wrote:
> drivers/regulator/of_regulator.c:689: warning: expecting prototype for of_parse_coupled regulator(). Prototype was for of_parse_coupled_regulator() instead.
> 
> 

Applied to

   broonie/regulator.git for-next

Thanks!

[1/2] regulator: of: Fix kernel-doc
      commit: 7ec12d153998616d9f9fd0e603d56b5e122fc768
[2/2] regulator: of: Fix kernel-doc
      commit: 7ec12d153998616d9f9fd0e603d56b5e122fc768

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

end of thread, other threads:[~2022-09-19 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19  2:48 [PATCH 1/2] regulator: of: Fix kernel-doc Jiapeng Chong
2022-09-19  2:48 ` [PATCH 2/2] " Jiapeng Chong
2022-09-19 16:49 ` [PATCH 1/2] " Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.