linux/drivers/net/ipvlan
Dmitry Skorodumov f296b73d17 ipvlan: fix sparse warning about __be32 -> u32
Fixed a sparse warning:

ipvlan_core.c:56: warning: incorrect type in argument 1
(different base types) expected unsigned int [usertype] a
got restricted __be32 const [usertype] s_addr

Force cast the s_addr to u32

Signed-off-by: Dmitry Skorodumov <skorodumov.dmitry@huawei.com>
Link: https://patch.msgid.link/20251121155112.4182007-1-skorodumov.dmitry@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-11-24 19:48:49 -08:00
..
Makefile
ipvlan.h rtnetlink: Pack newlink() params into struct 2025-02-21 15:28:02 -08:00
ipvlan_core.c ipvlan: fix sparse warning about __be32 -> u32 2025-11-24 19:48:49 -08:00
ipvlan_l3s.c net: fix NULL pointer dereference in l3mdev_l3_rcv 2025-03-25 08:22:45 -07:00
ipvlan_main.c net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/ 2025-07-18 17:27:47 -07:00
ipvtap.c rtnetlink: Pack newlink() params into struct 2025-02-21 15:28:02 -08:00