Re: [ckpt_msg][PATCH 1/1] c/r: Fix trivial bug in ckpt_msg macro

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Quoting Christoffer Dall (christofferdall@xxxxxxxxxxxxxxxxxx):
> Fixing the typo "ftm->fmt" in checkpoint/restart log macro.
> 
> Signed-off-by: Christoffer Dall <christofferdall@xxxxxxxxxxxxxxxxxx>

Acked-by: Serge Hallyn <serue@xxxxxxxxxx>

thanks,
-serge

> ---
>  include/linux/checkpoint.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/checkpoint.h b/include/linux/checkpoint.h
> index 792b523..4f25992 100644
> --- a/include/linux/checkpoint.h
> +++ b/include/linux/checkpoint.h
> @@ -443,7 +443,7 @@ extern void _ckpt_msg_complete(struct ckpt_ctx *ctx);
>   * Must be called with ckpt_msg_lock held.
>   */
>  #define _ckpt_msg(ctx, fmt, args...) do {	\
> -	_do_ckpt_msg(ctx, 0, ftm, ##args);	\
> +	_do_ckpt_msg(ctx, 0, fmt, ##args);	\
>  } while (0)
> 
>  /*
> @@ -456,7 +456,7 @@ extern void _ckpt_msg_complete(struct ckpt_ctx *ctx);
>   * Must not be called under spinlock.
>   */
>  #define ckpt_msg(ctx, fmt, args...) do {	\
> -	do_ckpt_msg(ctx, 0, ftm, ##args);	\
> +	do_ckpt_msg(ctx, 0, fmt, ##args);	\
>  } while (0)
> 
>  /*
> -- 
> 1.5.6.5
> 
> _______________________________________________
> Containers mailing list
> Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx
> https://lists.linux-foundation.org/mailman/listinfo/containers
_______________________________________________
Containers mailing list
Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers

[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux