Skip to content
Snippets Groups Projects
Commit d66302f6 authored by Yajun Deng's avatar Yajun Deng Committed by Mauro Carvalho Chehab
Browse files

media: v4l2-dev.h: move open brace after struct video_device


The open brace should be after a struct of define, that's good
for searching.

Signed-off-by: default avatarYajun Deng <yajun.deng@linux.dev>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 5f4eecd5
No related branches found
No related tags found
No related merge requests found
......@@ -260,8 +260,7 @@ struct v4l2_file_operations {
* Only set @dev_parent if that can't be deduced from @v4l2_dev.
*/
struct video_device
{
struct video_device {
#if defined(CONFIG_MEDIA_CONTROLLER)
struct media_entity entity;
struct media_intf_devnode *intf_devnode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment