mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 17:18:25 +02: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.c | ||
| xdp_umem.h | ||
| xdp_umem_props.h | ||
| xsk.c | ||
| xsk_queue.c | ||
| xsk_queue.h | ||