On Fri, 12 Jun 2020 10:52:27 -0700 Jakub Kicinski kuba@kernel.org wrote:
drivers/net/vrf.c:1771:49: warning: incorrect type in argument 3 (different address spaces) drivers/net/vrf.c:1771:49: expected void * drivers/net/vrf.c:1771:49: got void [noderef] asn:1 *buffer drivers/net/vrf.c:1785:35: warning: incorrect type in initializer (incompatible argument 3 (different address spaces)) drivers/net/vrf.c:1785:35: expected int ( [usertype] *proc_handler )( ... ) drivers/net/vrf.c:1785:35: got int ( * )( ... )
Hi Jakub, the fix will be in the next version of this patch set.
Thank you, Andrea