mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 20:40:36 +00:00
s/ENOTSUPP/EOPNOTSUPP/ in function umem_assign_dev().
This function's return value is directly returned by xsk_bind().
EOPNOTSUPP is bind()'s possible return value.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| xdp_umem_props.h | ||
| xdp_umem.c | ||
| xdp_umem.h | ||
| xsk_queue.c | ||
| xsk_queue.h | ||
| xsk.c | ||