diff options
author | 2024-03-27 16:23:45 +0100 | |
---|---|---|
committer | 2024-04-01 10:49:27 +0100 | |
commit | c1023f5634b9bfcbfff0dc200245309e3cde9b54 (patch) | |
tree | 8ebba14473c515f62fe1594dc9c79729dd927a26 /lib/netdev-notifier-error-inject.c | |
parent | linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros (diff) | |
download | linux-rng-c1023f5634b9bfcbfff0dc200245309e3cde9b54.tar.xz linux-rng-c1023f5634b9bfcbfff0dc200245309e3cde9b54.zip |
s390/cio: rename bitmap_size() -> idset_bitmap_size()
bitmap_size() is a pretty generic name and one may want to use it for
a generic bitmap API function. At the same time, its logic is not
"generic", i.e. it's not just `nbits -> size of bitmap in bytes`
converter as it would be expected from its name.
Add the prefix 'idset_' used throughout the file where the function
resides.
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions