[CRIU] [PATCH 1/5] mem: kill trailing whitespace
Mike Rapoport
rppt at linux.vnet.ibm.com
Wed Jun 21 09:33:22 MSK 2017
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
criu/mem.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/criu/mem.c b/criu/mem.c
index 3c7186a..509f668 100644
--- a/criu/mem.c
+++ b/criu/mem.c
@@ -693,7 +693,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.
*/
@@ -711,8 +711,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.
*/
--
2.7.4
More information about the CRIU
mailing list