summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvtap.c
diff options
context:
space:
mode:
authorJean Sacren <sakiwit@gmail.com>2021-10-16 07:41:34 +0200
committerDavid S. Miller <davem@davemloft.net>2021-10-16 09:51:21 +0200
commit1c5b5b3f0eab5eb8d954816dbb3124d2411fd800 (patch)
tree04c0427aedb74364a848071d08df14a80061665a /drivers/net/ipvlan/ipvtap.c
parentMerge tag 'mlx5-updates-2021-10-15' of git://git.kernel.org/pub/scm/linux/ker... (diff)
downloadlinux-1c5b5b3f0eab5eb8d954816dbb3124d2411fd800.tar.xz
linux-1c5b5b3f0eab5eb8d954816dbb3124d2411fd800.zip
net: macvtap: 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>
Diffstat (limited to 'drivers/net/ipvlan/ipvtap.c')
0 files changed, 0 insertions, 0 deletions