On 08.06.21 16:39, Dongjiu Geng wrote:
> The used_bitmap member in struct page_pool is a base address,
> so correct the comment to make it is easily understood.
> 
> Signed-off-by: Dongjiu Geng <[email protected]>

This change is sufficiently trivial, but other patches may not, so:

If you are sending on behalf of your employer (I assume that's Alibaba
here), it is important that you have fully understood [1] and got
confirmation from your company that you are allowed to contribute.
That's because they tend to reserve the copyright on your work on OSS,
often even when doing that in your spare time (see your contract). To
make that confirmation explicit, people usually sign off with their
corporate email address, even when sending via a different email provider.

> ---
>  hypervisor/include/jailhouse/paging.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hypervisor/include/jailhouse/paging.h 
> b/hypervisor/include/jailhouse/paging.h
> index 8a6ff374..d592abad 100644
> --- a/hypervisor/include/jailhouse/paging.h
> +++ b/hypervisor/include/jailhouse/paging.h
> @@ -64,7 +64,7 @@ struct page_pool {
>       unsigned long pages;
>       /** Number of currently used pages. */
>       unsigned long used_pages;
> -     /** Bitmap of used pages. */
> +     /** Base address for bitmap of used pages. */
>       unsigned long *used_bitmap;
>       /** Set @c PAGE_SCRUB_ON_FREE to zero-out pages on release. */
>       unsigned long flags;
> 

Thanks, applied.

Jan

[1] https://developercertificate.org/

-- 
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/be2a60b4-d46e-f0f2-86bb-16ae950f0117%40siemens.com.

Reply via email to