All of lore.kernel.org
 help / color / mirror / Atom feed
* [ckpt_msg][PATCH 1/1] c/r: Fix trivial bug in ckpt_msg macro
@ 2010-03-21 23:24 Christoffer Dall
       [not found] ` <1269213886-22543-1-git-send-email-christofferdall-77OGu6e99YhyO3AAkE1OcX9LOBIZ5rWg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Christoffer Dall @ 2010-03-21 23:24 UTC (permalink / raw)
  To: containers; +Cc: Christoffer Dall

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)
 
 /*
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-30  4:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.