public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] fix kernel-docs for struct iio_trigger
@ 2018-01-06 21:56 Tobin C. Harding
  2018-01-06 21:56 ` [PATCH v3 1/2] iio: add kernel-doc for field @owner Tobin C. Harding
  2018-01-06 21:56 ` [PATCH v3 2/2] iio: add field identifier for @use_count kernel-doc Tobin C. Harding
  0 siblings, 2 replies; 5+ messages in thread
From: Tobin C. Harding @ 2018-01-06 21:56 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Tobin C. Harding, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, linux-iio, linux-kernel

This series was inspired by a warning emitted by sphinx when running
kernel make target 'htmldocs'.

	warning: No description found for parameter 'owner'

Patch 1 adds a kernel-doc description for field @owner.

Patch 2 adds field identifier to kernel-doc string (for @use_count).

v3:
 - Fix up patch title to include correct version number.

v2:
 - Change field identifier from DRIVER to INTERN.
 - Add second patch, change subject line.

v1:
 - [PATCH] iio: add kernel-doc '@owner'

Tobin C. Harding (2):
  iio: add kernel-doc for field @owner
  iio: add field identifier for @use_count kernel-doc

 include/linux/iio/trigger.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-01-07 16:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-06 21:56 [PATCH v3 0/2] fix kernel-docs for struct iio_trigger Tobin C. Harding
2018-01-06 21:56 ` [PATCH v3 1/2] iio: add kernel-doc for field @owner Tobin C. Harding
2018-01-07 16:13   ` Jonathan Cameron
2018-01-06 21:56 ` [PATCH v3 2/2] iio: add field identifier for @use_count kernel-doc Tobin C. Harding
2018-01-07 16:15   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox