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

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