Re: [Xen-devel] [PATCH] xen: clean up altp2m op comment

2018-08-01 Thread Jan Beulich
>>> On 01.08.18 at 11:03, wrote: > Delete trailing spaces and refer to XSM instead of an internal > function in the public header. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://l

Re: [Xen-devel] [PATCH] xen: clean up altp2m op comment

2018-08-01 Thread George Dunlap
On 08/01/2018 10:03 AM, Wei Liu wrote: > Delete trailing spaces and refer to XSM instead of an internal > function in the public header. > > Signed-off-by: Wei Liu Reviewed-by: George Dunlap ___ Xen-devel mailing list Xen-devel@lists.xenproject.org

[Xen-devel] [PATCH] xen: clean up altp2m op comment

2018-08-01 Thread Wei Liu
Delete trailing spaces and refer to XSM instead of an internal function in the public header. Signed-off-by: Wei Liu --- xen/arch/x86/hvm/hvm.c | 8 xen/include/public/hvm/params.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xen/arch/x86/hvm/hvm.c b/x