diff options
| author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | 2013-05-20 05:02:40 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-05-27 07:51:49 -0400 |
| commit | ff29feb9146d1c0020f2ccbb25369582c6a16681 (patch) | |
| tree | d87c0ead03f6195b40dab2a2d9c4ef7749784f24 /include/uapi | |
| parent | 5c75a55e3c2820f2fd7e256e577c1b528567f3ae (diff) | |
[media] videodev2.h: fix typos
This patch fixes several typos in videodev2.h file
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/videodev2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 16c3cf71eb94..2c5e67a45436 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h | |||
| @@ -555,7 +555,7 @@ struct v4l2_jpegcompression { | |||
| 555 | __u32 jpeg_markers; /* Which markers should go into the JPEG | 555 | __u32 jpeg_markers; /* Which markers should go into the JPEG |
| 556 | * output. Unless you exactly know what | 556 | * output. Unless you exactly know what |
| 557 | * you do, leave them untouched. | 557 | * you do, leave them untouched. |
| 558 | * Inluding less markers will make the | 558 | * Including less markers will make the |
| 559 | * resulting code smaller, but there will | 559 | * resulting code smaller, but there will |
| 560 | * be fewer applications which can read it. | 560 | * be fewer applications which can read it. |
| 561 | * The presence of the APP and COM marker | 561 | * The presence of the APP and COM marker |
| @@ -567,7 +567,7 @@ struct v4l2_jpegcompression { | |||
| 567 | #define V4L2_JPEG_MARKER_DRI (1<<5) /* Define Restart Interval */ | 567 | #define V4L2_JPEG_MARKER_DRI (1<<5) /* Define Restart Interval */ |
| 568 | #define V4L2_JPEG_MARKER_COM (1<<6) /* Comment segment */ | 568 | #define V4L2_JPEG_MARKER_COM (1<<6) /* Comment segment */ |
| 569 | #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will | 569 | #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will |
| 570 | * allways use APP0 */ | 570 | * always use APP0 */ |
| 571 | }; | 571 | }; |
| 572 | 572 | ||
| 573 | /* | 573 | /* |
| @@ -900,7 +900,7 @@ typedef __u64 v4l2_std_id; | |||
| 900 | /* | 900 | /* |
| 901 | * "Common" PAL - This macro is there to be compatible with the old | 901 | * "Common" PAL - This macro is there to be compatible with the old |
| 902 | * V4L1 concept of "PAL": /BGDKHI. | 902 | * V4L1 concept of "PAL": /BGDKHI. |
| 903 | * Several PAL standards are mising here: /M, /N and /Nc | 903 | * Several PAL standards are missing here: /M, /N and /Nc |
| 904 | */ | 904 | */ |
| 905 | #define V4L2_STD_PAL (V4L2_STD_PAL_BG |\ | 905 | #define V4L2_STD_PAL (V4L2_STD_PAL_BG |\ |
| 906 | V4L2_STD_PAL_DK |\ | 906 | V4L2_STD_PAL_DK |\ |
| @@ -1790,7 +1790,7 @@ struct v4l2_event_subscription { | |||
| 1790 | #define V4L2_CHIP_MATCH_HOST V4L2_CHIP_MATCH_BRIDGE | 1790 | #define V4L2_CHIP_MATCH_HOST V4L2_CHIP_MATCH_BRIDGE |
| 1791 | #define V4L2_CHIP_MATCH_I2C_DRIVER 1 /* Match against I2C driver name */ | 1791 | #define V4L2_CHIP_MATCH_I2C_DRIVER 1 /* Match against I2C driver name */ |
| 1792 | #define V4L2_CHIP_MATCH_I2C_ADDR 2 /* Match against I2C 7-bit address */ | 1792 | #define V4L2_CHIP_MATCH_I2C_ADDR 2 /* Match against I2C 7-bit address */ |
| 1793 | #define V4L2_CHIP_MATCH_AC97 3 /* Match against anciliary AC97 chip */ | 1793 | #define V4L2_CHIP_MATCH_AC97 3 /* Match against ancillary AC97 chip */ |
| 1794 | #define V4L2_CHIP_MATCH_SUBDEV 4 /* Match against subdev index */ | 1794 | #define V4L2_CHIP_MATCH_SUBDEV 4 /* Match against subdev index */ |
| 1795 | 1795 | ||
| 1796 | struct v4l2_dbg_match { | 1796 | struct v4l2_dbg_match { |
