]> git.baikalelectronics.ru Git - kernel.git/commit
lib: bitmap: fix the duplicated comments on bitmap_to_arr64()
authorQu Wenruo <wqu@suse.com>
Fri, 24 Jun 2022 09:31:47 +0000 (17:31 +0800)
committerYury Norov <yury.norov@gmail.com>
Fri, 24 Jun 2022 15:02:30 +0000 (08:02 -0700)
commit4a916af9b09fa8fd5fd6e24ea4134c4276f4416f
tree49baa82119c7bad25ad36eaa63755be5c48122d0
parent08aafa0d475a08e31a13403e9df41c7179f4bdcd
lib: bitmap: fix the duplicated comments on bitmap_to_arr64()

Thanks to the recent commit a1a19b185fa0 ("lib: add
bitmap_{from,to}_arr64") now we can directly convert a U64 value into a
bitmap and vice verse.

However when checking the header there is duplicated helper for
bitmap_to_arr64(), but no bitmap_from_arr64().

Just fix the copy-n-paste error.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
include/linux/bitmap.h