Re: [RFC][PATCH 09/10] v4l: Export enums used by tracepoints to user space

From: Steven Rostedt
Date: Sat Mar 28 2015 - 12:20:04 EST


On Sat, 28 Mar 2015 21:00:29 +0800
Xie XiuQi <xiexiuqi@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/