mbox series

[0/2] include/bitmap.h: updates to docs

Message ID 20200304140920.6109-1-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series include/bitmap.h: updates to docs | expand

Message

Wolfram Sang March 4, 2020, 2:09 p.m. UTC
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(-)

Comments

Dennis Zhou March 5, 2020, 9:29 p.m. UTC | #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
Wolfram Sang March 6, 2020, 8:17 a.m. UTC | #2
> I've applied this to percpu for-5.7.

Great, thank you!