On 04.11.20 10:06, Lee Jones wrote:
Fixes the following W=1 kernel build warning(s):
drivers/net/xen-netfront.c: In function ‘store_rxbuf’:
drivers/net/xen-netfront.c:2416:16: warning: variable ‘target’ set but not
used [-Wunused-but-set-variable]
Those two warnings are not fixed by the patch.
drivers/net/xen-netfront.c:1592: warning: Function parameter or member 'dev'
not described in 'netfront_probe'
drivers/net/xen-netfront.c:1592: warning: Function parameter or member 'id'
not described in 'netfront_probe'
drivers/net/xen-netfront.c:1669: warning: Function parameter or member 'dev'
not described in 'netfront_resume'
drivers/net/xen-netfront.c:2313: warning: Function parameter or member 'dev'
not described in 'netback_changed'
drivers/net/xen-netfront.c:2313: warning: Function parameter or member
'backend_state' not described in 'netback_changed'
Cc: Boris Ostrovsky <[email protected]>
Cc: Juergen Gross <[email protected]>
Cc: Stefano Stabellini <[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: Martin KaFai Lau <[email protected]>
Cc: Song Liu <[email protected]>
Cc: Yonghong Song <[email protected]>
Cc: Andrii Nakryiko <[email protected]>
Cc: KP Singh <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
With the commit message fixed you can have my:
Reviewed-by: Juergen Gross <[email protected]>
Juergen