commit | b84aeb03a886beef39f80e30b76d30a833dd8161 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sat Aug 22 06:12:35 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sat Aug 22 06:39:57 2015 -0300 |
tree | 19eda421ac993a88d016ec9c9a31388943126402 | |
parent | 91963aae9a65286eea30ca810027ddc09b26e779 [diff] |
[media] v4l2-subdev: reorder the v4l2_subdev_video_ops comments The comments for struct v4l2_subdev_video_ops are out of the order as the parameter would appear at struct. This is not a problem for DocBook, but humans find harder to mentally reorder ;) So, put them at the right order. That makes easier to check what's missing, and to put the comments in the right place. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> Acked-by: Jonathan Corbet <corbet@lwn.net>