From: Zhaolei Date: Wed, 8 Apr 2009 08:58:57 +0000 (+0800) Subject: Make __stringify support variable argument macros too X-Git-Tag: v2.6.30-rc2~75^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4;p=pandora-kernel.git Make __stringify support variable argument macros too For example: __stringify(__entry->irq, __entry->ret) will now convert it to: "REC->irq, REC->ret" It also still supports single arguments as the old macro did. Signed-off-by: Zhao Lei Acked-by: Frederic Weisbecker Cc: Steven Rostedt LKML-Reference: <49DC6751.30308@cn.fujitsu.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed