[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150328122039.35b94a41@grimm.local.home>
Date: Sat, 28 Mar 2015 12:20:39 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Xie XiuQi <xiexiuqi@...wei.com>
Cc: <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Namhyung Kim <namhyung@...nel.org>,
Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Mauro Carvalho Chehab <m.chehab@...sung.com>
Subject: Re: [RFC][PATCH 09/10] v4l: Export enums used by tracepoints to
user space
On Sat, 28 Mar 2015 21:00:29 +0800
Xie XiuQi <xiexiuqi@...wei.com> wrote:
> On 2015/3/28 5:37, Steven Rostedt wrote:
>
> > #define show_field(field) \
> > - __print_symbolic(field, \
> > - { V4L2_FIELD_ANY, "ANY" }, \
> > - { V4L2_FIELD_NONE, "NONE" }, \
> > - { V4L2_FIELD_TOP, "TOP" }, \
> > - { V4L2_FIELD_BOTTOM, "BOTTOM" }, \
> > - { V4L2_FIELD_INTERLACED, "INTERLACED" }, \
> > - { V4L2_FIELD_SEQ_TB, "SEQ_TB" }, \
> > - { V4L2_FIELD_SEQ_BT, "SEQ_BT" }, \
> > - { V4L2_FIELD_ALTERNATE, "ALTERNATE" }, \
> > - { V4L2_FIELD_INTERLACED_TB, "INTERLACED_TB" }, \
> > - { V4L2_FIELD_INTERLACED_BT, "INTERLACED_BT" })
> > + __print_symbolic(field, SHOW_FIELD
>
> Hi Steve,
>
> It is missing a right bracket ')' here.
>
Yep, I haven't run these through my full test suite yet. I only did
some basic tests (and haven't compiled all the modules yet). Wu's
autobot picked up this error.
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists