While looking for functions to handle region of bits, I stumbled over
two issues in the documentation part of bitmap.h. These two patches
address them.
My guess is that this could go in via Jon's documentation tree, but I
am CCing Andrew nonetheless.
Based on v5.6-rc1.
Looking forward to comments!
Wolfram
Wolfram Sang (2):
include/bitmap.h: add missing parameter in docs
include/bitmap.h: add new functions to documentation
include/linux/bitmap.h | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
2.20.1
On Wed, Mar 04, 2020 at 03:09:18PM +0100, Wolfram Sang wrote:
> While looking for functions to handle region of bits, I stumbled over
> two issues in the documentation part of bitmap.h. These two patches
> address them.
>
> My guess is that this could go in via Jon's documentation tree, but I
> am CCing Andrew nonetheless.
>
> Based on v5.6-rc1.
>
> Looking forward to comments!
>
> Wolfram
>
>
> Wolfram Sang (2):
> include/bitmap.h: add missing parameter in docs
> include/bitmap.h: add new functions to documentation
>
> include/linux/bitmap.h | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> --
> 2.20.1
>
>
I've applied this to percpu for-5.7.
Thanks,
Dennis
> I've applied this to percpu for-5.7.
Great, thank you!