linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend] w1: add missing kernel-doc entry for of_match_table
@ 2018-11-01 23:41 Randy Dunlap
  2019-01-14  5:34 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2018-11-01 23:41 UTC (permalink / raw)
  To: LKML, Evgeniy Polyakov; +Cc: Andrew Morton

From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning for missing struct member description:

../include/linux/w1.h:281: warning: Function parameter or member 'of_match_table' not described in 'w1_family'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
---
 include/linux/w1.h |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20181101.orig/include/linux/w1.h
+++ linux-next-20181101/include/linux/w1.h
@@ -266,6 +266,7 @@ struct w1_family_ops {
  * @family_entry:	family linked list
  * @fid:		8 bit family identifier
  * @fops:		operations for this family
+ * @of_match_table:	Open Firmware device matching table
  * @refcnt:		reference counter
  */
 struct w1_family {



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

* Re: [PATCH resend] w1: add missing kernel-doc entry for of_match_table
  2018-11-01 23:41 [PATCH resend] w1: add missing kernel-doc entry for of_match_table Randy Dunlap
@ 2019-01-14  5:34 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2019-01-14  5:34 UTC (permalink / raw)
  To: LKML, Evgeniy Polyakov; +Cc: Andrew Morton, Jonathan Corbet

ping?

also adding Mr. Corbet.

On 11/1/18 4:41 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix kernel-doc warning for missing struct member description:
> 
> ../include/linux/w1.h:281: warning: Function parameter or member 'of_match_table' not described in 'w1_family'
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Evgeniy Polyakov <zbr@ioremap.net>
> ---
>  include/linux/w1.h |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-next-20181101.orig/include/linux/w1.h
> +++ linux-next-20181101/include/linux/w1.h
> @@ -266,6 +266,7 @@ struct w1_family_ops {
>   * @family_entry:	family linked list
>   * @fid:		8 bit family identifier
>   * @fops:		operations for this family
> + * @of_match_table:	Open Firmware device matching table
>   * @refcnt:		reference counter
>   */
>  struct w1_family {
> 
> 
> 


-- 
~Randy

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

end of thread, other threads:[~2019-01-14  5:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-01 23:41 [PATCH resend] w1: add missing kernel-doc entry for of_match_table Randy Dunlap
2019-01-14  5:34 ` Randy Dunlap

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