Re: [PATCH resend] w1: add missing kernel-doc entry for of_match_table

From: Randy Dunlap
Date: Mon Jan 14 2019 - 00:35:12 EST


ping?

also adding Mr. Corbet.

On 11/1/18 4:41 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxx>
> Cc: Evgeniy Polyakov <zbr@xxxxxxxxxxx>
> ---
> 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