Linux Container Development
 help / color / mirror / Atom feed
From: Oren Laadan <orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
To: Christoffer Dall
	<christofferdall-77OGu6e99YhyO3AAkE1OcX9LOBIZ5rWg@public.gmane.org>
Cc: containers
	<containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
Subject: Re: [ckpt_msg][PATCH 1/1] c/r: Fix trivial bug in ckpt_msg macro
Date: Tue, 30 Mar 2010 00:53:13 -0400	[thread overview]
Message-ID: <4BB183B9.6010705@cs.columbia.edu> (raw)
In-Reply-To: <1269213886-22543-1-git-send-email-christofferdall-77OGu6e99YhyO3AAkE1OcX9LOBIZ5rWg@public.gmane.org>


Thanks, applied for ckpt-v21

Christoffer Dall wrote:
> Fixing the typo "ftm->fmt" in checkpoint/restart log macro.
> 
> Signed-off-by: Christoffer Dall <christofferdall-77OGu6e99YhyO3AAkE1OcX9LOBIZ5rWg@public.gmane.org>
> ---
>  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)
>  
>  /*

      parent reply	other threads:[~2010-03-30  4:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-21 23:24 [ckpt_msg][PATCH 1/1] c/r: Fix trivial bug in ckpt_msg macro Christoffer Dall
     [not found] ` <1269213886-22543-1-git-send-email-christofferdall-77OGu6e99YhyO3AAkE1OcX9LOBIZ5rWg@public.gmane.org>
2010-03-22 13:47   ` Serge E. Hallyn
2010-03-30  4:53   ` Oren Laadan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BB183B9.6010705@cs.columbia.edu \
    --to=orenl-eqauephvms7envbuuze7ea@public.gmane.org \
    --cc=christofferdall-77OGu6e99YhyO3AAkE1OcX9LOBIZ5rWg@public.gmane.org \
    --cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox