diff options
Diffstat (limited to 'include/uapi/linux/v4l2-mediabus.h')
-rw-r--r-- | include/uapi/linux/v4l2-mediabus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/v4l2-mediabus.h b/include/uapi/linux/v4l2-mediabus.h index 6e20de63ec59..123a231001a8 100644 --- a/include/uapi/linux/v4l2-mediabus.h +++ b/include/uapi/linux/v4l2-mediabus.h | |||
@@ -18,8 +18,8 @@ | |||
18 | 18 | ||
19 | /** | 19 | /** |
20 | * struct v4l2_mbus_framefmt - frame format on the media bus | 20 | * struct v4l2_mbus_framefmt - frame format on the media bus |
21 | * @width: frame width | 21 | * @width: image width |
22 | * @height: frame height | 22 | * @height: image height |
23 | * @code: data format code (from enum v4l2_mbus_pixelcode) | 23 | * @code: data format code (from enum v4l2_mbus_pixelcode) |
24 | * @field: used interlacing type (from enum v4l2_field) | 24 | * @field: used interlacing type (from enum v4l2_field) |
25 | * @colorspace: colorspace of the data (from enum v4l2_colorspace) | 25 | * @colorspace: colorspace of the data (from enum v4l2_colorspace) |