]> 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)
commitad34da28d721b1a4a6e31079bdb7dec4cb7a0573
tree49baa82119c7bad25ad36eaa63755be5c48122d0
parent4764e99deee460568d59e6c88fcf402440c6a616
lib: bitmap: fix the duplicated comments on bitmap_to_arr64()

Thanks to the recent commit a14787beba79 ("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