From: Dhanuka Warusadura Date: Mon, 28 Oct 2019 11:07:44 +0000 (+0530) Subject: w1: Fix documentation warning. X-Git-Tag: v5.5-rc1~136^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46549769d0512e44c5a08ae2dd05cebe55b3db16;p=thirdparty%2Flinux.git w1: Fix documentation warning. This patch fixes - warning: Function parameter or member 'of_match_table' not described in 'w1_family' Signed-off-by: Dhanuka Warusadura Link: https://lore.kernel.org/r/20191028110744.6523-1-csx@disroot.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/w1.h b/include/linux/w1.h index 7da0c7588e044..cebf3464bc03e 100644 --- a/include/linux/w1.h +++ b/include/linux/w1.h @@ -262,6 +262,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 match table * @refcnt: reference counter */ struct w1_family {