lkml.org 
[lkml]   [2015]   [Mar]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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@huawei.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


\
 
 \ /
  Last update: 2015-03-28 17:41    [W:0.068 / U:0.324 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site