From c379999665febd12ec55bfb3a7545224f2b39d3d Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 15 Aug 2016 11:12:27 -0400 Subject: VPP-327 Coding standards cleanup for vppinfra Fix additional a few additional deviations reported elsewhere by checkstyle Change-Id: I026a8ae1c5b1856bbe3c4a555e1b690e7501b045 Signed-off-by: Dave Barach --- svm/svmtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svm/svmtool.c') diff --git a/svm/svmtool.c b/svm/svmtool.c index 2e55a087..b3195514 100644 --- a/svm/svmtool.c +++ b/svm/svmtool.c @@ -247,7 +247,7 @@ svm_existing_region_map_nolock (void *root_arg, svm_map_region_args_t * a) void *oldheap; uword *p; - a->size += MMAP_PAGESIZE + + a->size += MMAP_PAGESIZE + (a->pvt_heap_size ? a->pvt_heap_size : SVM_PVT_MHEAP_SIZE); a->size = rnd_pagesize (a->size); -- cgit 1.2.3-korg