Re: [PATCH v3 2/2] balloon: fix up comments

2019-07-18 Thread Michael S. Tsirkin
On Thu, Jul 18, 2019 at 01:47:40PM +, Wang, Wei W wrote: > On Thursday, July 18, 2019 8:24 PM, Michael S. Tsirkin wrote: > > /* > > * balloon_page_alloc - allocates a new page for insertion into the balloon > > - * page list. > > + * page list. > > * > > -

RE: [PATCH v3 2/2] balloon: fix up comments

2019-07-18 Thread Wang, Wei W
On Thursday, July 18, 2019 8:24 PM, Michael S. Tsirkin wrote: > /* > * balloon_page_alloc - allocates a new page for insertion into the balloon > - * page list. > + * page list. > * > - * Driver must call it to properly allocate a new enlisted balloon page

[PATCH v3 2/2] balloon: fix up comments

2019-07-18 Thread Michael S. Tsirkin
Lots of comments bitrotted. Fix them up. Fixes: 418a3ab1e778 (mm/balloon_compaction: List interfaces) Signed-off-by: Michael S. Tsirkin --- mm/balloon_compaction.c | 73 +++-- 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/mm/balloon_compactio