linux/net/ncsi
Yury Norov b5c7e7ec7d all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
find_first{,_zero}_bit is a more effective analogue of 'next' version if
start == 0. This patch replaces 'next' with 'first' where things look
trivial.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2022-01-15 08:47:31 -08:00
..
internal.h
Kconfig
Makefile
ncsi-aen.c
ncsi-cmd.c net/ncsi : Add payload to be 32-bit aligned to fix dropped packets 2021-11-24 11:53:17 +00:00
ncsi-manage.c all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate 2022-01-15 08:47:31 -08:00
ncsi-netlink.c net/ncsi: check for error return from call to nla_put_u32 2021-12-29 17:53:24 -08:00
ncsi-netlink.h
ncsi-pkt.h
ncsi-rsp.c