Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320753
b: refs/heads/master
c: c2cddf9
h: refs/heads/master
i:
  320751: faf6bc0
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Aug 1, 2012
1 parent 2c88bcc commit 3dde3a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c66af411189fdae3bcb301fae830f078fc205fca
refs/heads/master: c2cddf991974a00aa7b40a21e829bc034b8199b6
8 changes: 6 additions & 2 deletions trunk/drivers/media/video/v4l2-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,9 @@ struct v4l2_ioctl_info {
.ioctl = _ioctl, \
.flags = _flags | INFO_FL_STD, \
.name = #_ioctl, \
.offset = offsetof(struct v4l2_ioctl_ops, _vidioc), \
{ \
.offset = offsetof(struct v4l2_ioctl_ops, _vidioc),\
}, \
.debug = _debug, \
}

Expand All @@ -1840,7 +1842,9 @@ struct v4l2_ioctl_info {
.ioctl = _ioctl, \
.flags = _flags | INFO_FL_FUNC, \
.name = #_ioctl, \
.func = _func, \
{ \
.func = _func, \
}, \
.debug = _debug, \
}

Expand Down

0 comments on commit 3dde3a5

Please sign in to comment.