> -----Original Message----- > From: Lee Jones <[email protected]> > Sent: 15 January 2021 20:09 > To: [email protected] > Cc: [email protected]; Wei Liu <[email protected]>; Paul Durrant > <[email protected]>; David S. > Miller <[email protected]>; Jakub Kicinski <[email protected]>; Alexei > Starovoitov <[email protected]>; > Daniel Borkmann <[email protected]>; Jesper Dangaard Brouer > <[email protected]>; John Fastabend > <[email protected]>; Rusty Russell <[email protected]>; > [email protected]; > [email protected]; [email protected]; Andrew Lunn <[email protected]> > Subject: [PATCH 2/7] net: xen-netback: xenbus: Demote nonconformant > kernel-doc headers > > Fixes the following W=1 kernel build warning(s): > > drivers/net/xen-netback/xenbus.c:419: warning: Function parameter or member > 'dev' not described in > 'frontend_changed' > drivers/net/xen-netback/xenbus.c:419: warning: Function parameter or member > 'frontend_state' not > described in 'frontend_changed' > drivers/net/xen-netback/xenbus.c:1001: warning: Function parameter or member > 'dev' not described in > 'netback_probe' > drivers/net/xen-netback/xenbus.c:1001: warning: Function parameter or member > 'id' not described in > 'netback_probe' > > Cc: Wei Liu <[email protected]> > Cc: Paul Durrant <[email protected]> > Cc: "David S. Miller" <[email protected]> > Cc: Jakub Kicinski <[email protected]> > Cc: Alexei Starovoitov <[email protected]> > Cc: Daniel Borkmann <[email protected]> > Cc: Jesper Dangaard Brouer <[email protected]> > Cc: John Fastabend <[email protected]> > Cc: Rusty Russell <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Reviewed-by: Andrew Lunn <[email protected]> > Signed-off-by: Lee Jones <[email protected]>
Reviewed-by: Paul Durrant <[email protected]>
