summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/media/videobuf2-v4l2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/videobuf2-v4l2.h b/include/media/videobuf2-v4l2.h
index 20d8ad20066c..71f7fe2706b3 100644
--- a/include/media/videobuf2-v4l2.h
+++ b/include/media/videobuf2-v4l2.h
@@ -36,10 +36,10 @@ struct vb2_v4l2_buffer {
__u32 sequence;
};
-/**
+/*
* to_vb2_v4l2_buffer() - cast struct vb2_buffer * to struct vb2_v4l2_buffer *
*/
#define to_vb2_v4l2_buffer(vb) \
- (container_of(vb, struct vb2_v4l2_buffer, vb2_buf))
+ container_of(vb, struct vb2_v4l2_buffer, vb2_buf)
#endif /* _MEDIA_VIDEOBUF2_V4L2_H */