diff options
| author | Dmitry Skorodumov <skorodumov.dmitry@huawei.com> | 2025-11-21 18:51:08 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-11-24 19:48:49 -0800 |
| commit | f296b73d17a486fb547caa9c7718401735c8c99c (patch) | |
| tree | 5a73afb6ff73bf42350ad06854dc9fd09a51c581 /net/core/sock.c | |
| parent | 20c20f05cf50719a667f1a1747a0267fa09addc4 (diff) | |
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>
Diffstat (limited to 'net/core/sock.c')
0 files changed, 0 insertions, 0 deletions