linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the pwm tree
@ 2023-11-29  1:58 Stephen Rothwell
  2023-11-29 10:18 ` [PATCH] pwm: Update kernel doc for struct pwm_chip Uwe Kleine-König
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2023-11-29  1:58 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Uwe Kleine-König, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

Hi all,

After merging the pwm tree, today's linux-next build (htmldocs) produced
this warning:

include/linux/pwm.h:304: warning: Function parameter or member 'id' not described in 'pwm_chip'

Introduced by commit

  c572f3b9c8b7 ("pwm: Replace PWM chip unique base by unique ID")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* [PATCH] pwm: Update kernel doc for struct pwm_chip
  2023-11-29  1:58 linux-next: build warning after merge of the pwm tree Stephen Rothwell
@ 2023-11-29 10:18 ` Uwe Kleine-König
  2023-11-29 12:25   ` Thierry Reding
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2023-11-29 10:18 UTC (permalink / raw)
  To: Thierry Reding
  Cc: linux-pwm, Linux Kernel Mailing List, Linux Next Mailing List,
	kernel, Stephen Rothwell

Commit c572f3b9c8b7 ("pwm: Replace PWM chip unique base by unique ID")
changed the members of struct pwm_chip, but failed to update the
documentation accordingly. Catch up and document the new member and drop
description for the two removed ones.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 include/linux/pwm.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/linux/pwm.h b/include/linux/pwm.h
index c27a4bb76012..f87655c06c82 100644
--- a/include/linux/pwm.h
+++ b/include/linux/pwm.h
@@ -281,11 +281,10 @@ struct pwm_ops {
  * @dev: device providing the PWMs
  * @ops: callbacks for this PWM controller
  * @owner: module providing this chip
- * @base: number of first PWM controlled by this chip
+ * @id: unique number of this PWM chip
  * @npwm: number of PWMs controlled by this chip
  * @of_xlate: request a PWM device given a device tree PWM specifier
  * @of_pwm_n_cells: number of cells expected in the device tree PWM specifier
- * @list: list node for internal use
  * @pwms: array of PWM devices allocated by the framework
  */
 struct pwm_chip {

base-commit: 5d67b8f81b9d598599366214e3b2eb5f84003c9f
-- 
2.42.0


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

* Re: [PATCH] pwm: Update kernel doc for struct pwm_chip
  2023-11-29 10:18 ` [PATCH] pwm: Update kernel doc for struct pwm_chip Uwe Kleine-König
@ 2023-11-29 12:25   ` Thierry Reding
  0 siblings, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2023-11-29 12:25 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-pwm, Linux Kernel Mailing List, Linux Next Mailing List,
	kernel, Stephen Rothwell


On Wed, 29 Nov 2023 11:18:32 +0100, Uwe Kleine-König wrote:
> Commit c572f3b9c8b7 ("pwm: Replace PWM chip unique base by unique ID")
> changed the members of struct pwm_chip, but failed to update the
> documentation accordingly. Catch up and document the new member and drop
> description for the two removed ones.
> 
> 

Applied, thanks!

[1/1] pwm: Update kernel doc for struct pwm_chip
      commit: 53a2eaaf19c4e652ac53b5b2441582a555768516

Best regards,
-- 
Thierry Reding <thierry.reding@gmail.com>

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

end of thread, other threads:[~2023-11-29 12:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-29  1:58 linux-next: build warning after merge of the pwm tree Stephen Rothwell
2023-11-29 10:18 ` [PATCH] pwm: Update kernel doc for struct pwm_chip Uwe Kleine-König
2023-11-29 12:25   ` Thierry Reding

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).