2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

mem: kill trailing whitespace

Acked-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Mike Rapoport
2017-06-28 09:43:23 +03:00
committed by Pavel Emelyanov
parent d1bc0b85f0
commit a6543ce2bb

View File

@@ -662,7 +662,7 @@ static int premap_private_vma(struct pstree_item *t, struct vma_area *vma, void
/*
* All mappings here get PROT_WRITE regardless of whether we
* put any data into it or not, because this area will get
* mremap()-ed (branch below) so we MIGHT need to have WRITE
* mremap()-ed (branch below) so we MIGHT need to have WRITE
* bits there. Ideally we'd check for the whole COW-chain
* having any data in.
*/
@@ -680,8 +680,8 @@ static int premap_private_vma(struct pstree_item *t, struct vma_area *vma, void
/*
* The area in question can be COWed with the parent. Remap the
* parent area. Note, that it has already being passed through
* the restore_priv_vma_content() call and thus may have some
* parent area. Note, that it has already being passed through
* the restore_priv_vma_content() call and thus may have some
* pages in it.
*/