[CRIU] [PATCH] shmem: Add missing \Newline into pr_info

Pavel Emelyanov xemul at parallels.com
Tue Apr 16 13:52:26 EDT 2013


On 04/15/2013 01:03 PM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  shmem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/shmem.c b/shmem.c
> index d74ff1e..ad72a87 100644
> --- a/shmem.c
> +++ b/shmem.c
> @@ -60,7 +60,7 @@ static int collect_shmem(int pid, VmaEntry *vi)
>  		return -1;
>  	}
>  
> -	pr_info("Add new shmem 0x%"PRIx64" (0x0160x%"PRIx64"-0x0160x%"PRIx64")",
> +	pr_info("Add new shmem 0x%"PRIx64" (0x0160x%"PRIx64"-0x0160x%"PRIx64")\n",
>  				vi->shmid, vi->start, vi->end);
>  
>  	si = &rst_shmems->entries[nr_shmems];
> 


applied, thanks


More information about the CRIU mailing list