Skip to content
Commit cb78a0ce authored by Rusty Russell's avatar Rusty Russell
Browse files

bitmap: fix seq_bitmap and seq_cpumask to take const pointer



Impact: cleanup

seq_bitmap just calls bitmap_scnprintf on the bits: that arg can be const.
Similarly, seq_cpumask just calls seq_bitmap.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 4b0bc0bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment