diff options
-rw-r--r-- | include/media/videobuf2-core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/videobuf2-core.h b/include/media/videobuf2-core.h index b3c9973463ed..a8608ce37a75 100644 --- a/include/media/videobuf2-core.h +++ b/include/media/videobuf2-core.h | |||
@@ -356,8 +356,8 @@ struct v4l2_fh; | |||
356 | * @buf_struct_size: size of the driver-specific buffer structure; | 356 | * @buf_struct_size: size of the driver-specific buffer structure; |
357 | * "0" indicates the driver doesn't want to use a custom buffer | 357 | * "0" indicates the driver doesn't want to use a custom buffer |
358 | * structure type, so sizeof(struct vb2_buffer) will is used | 358 | * structure type, so sizeof(struct vb2_buffer) will is used |
359 | * @timestamp_flags: Timestamp flags; V4L2_BUF_FLAGS_TIMESTAMP_* and | 359 | * @timestamp_flags: Timestamp flags; V4L2_BUF_FLAG_TIMESTAMP_* and |
360 | * V4L2_BUF_FLAGS_TSTAMP_SRC_* | 360 | * V4L2_BUF_FLAG_TSTAMP_SRC_* |
361 | * @gfp_flags: additional gfp flags used when allocating the buffers. | 361 | * @gfp_flags: additional gfp flags used when allocating the buffers. |
362 | * Typically this is 0, but it may be e.g. GFP_DMA or __GFP_DMA32 | 362 | * Typically this is 0, but it may be e.g. GFP_DMA or __GFP_DMA32 |
363 | * to force the buffer allocation to a specific memory zone. | 363 | * to force the buffer allocation to a specific memory zone. |