linux-stable/drivers/net/ipvlan
Jean Sacren a07a296bba net: ipvtap: fix template string argument of device_create() call
The last argument of device_create() call should be a template string.
The tap_name variable should be the argument to the string, but not the
argument of the call itself.  We should add the template string and turn
tap_name into its argument.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-10-16 08:51:22 +01:00
..
ipvlan.h
ipvlan_core.c ipvlan: remove h from printk format specifier 2021-01-28 17:47:33 -08:00
ipvlan_l3s.c
ipvlan_main.c net: use eth_hw_addr_set() instead of ether_addr_copy() 2021-10-02 14:18:25 +01:00
ipvtap.c net: ipvtap: fix template string argument of device_create() call 2021-10-16 08:51:22 +01:00
Makefile