public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] videodev2.h: fix typos
@ 2013-05-20 10:02 Lad Prabhakar
  2013-05-20 10:58 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Lad Prabhakar @ 2013-05-20 10:02 UTC (permalink / raw)
  To: LMML
  Cc: LKML, Mauro Carvalho Chehab, Hans Verkuil, Laurent Pinchart,
	Lad, Prabhakar

From: Lad, Prabhakar <prabhakar.csengg@gmail.com>

This patch fixes several typos in videodev2.h file

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
---
 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 f40b41c..ee4af53 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -555,7 +555,7 @@ struct v4l2_jpegcompression {
 	__u32 jpeg_markers;     /* Which markers should go into the JPEG
 				 * output. Unless you exactly know what
 				 * you do, leave them untouched.
-				 * Inluding less markers will make the
+				 * Including less markers will make the
 				 * resulting code smaller, but there will
 				 * be fewer applications which can read it.
 				 * The presence of the APP and COM marker
@@ -567,7 +567,7 @@ struct v4l2_jpegcompression {
 #define V4L2_JPEG_MARKER_DRI (1<<5)    /* Define Restart Interval */
 #define V4L2_JPEG_MARKER_COM (1<<6)    /* Comment segment */
 #define V4L2_JPEG_MARKER_APP (1<<7)    /* App segment, driver will
-					* allways use APP0 */
+					* always use APP0 */
 };
 
 /*
@@ -900,7 +900,7 @@ typedef __u64 v4l2_std_id;
 /*
  * "Common" PAL - This macro is there to be compatible with the old
  * V4L1 concept of "PAL": /BGDKHI.
- * Several PAL standards are mising here: /M, /N and /Nc
+ * Several PAL standards are missing here: /M, /N and /Nc
  */
 #define V4L2_STD_PAL		(V4L2_STD_PAL_BG	|\
 				 V4L2_STD_PAL_DK	|\
@@ -1790,7 +1790,7 @@ struct v4l2_event_subscription {
 #define V4L2_CHIP_MATCH_HOST V4L2_CHIP_MATCH_BRIDGE
 #define V4L2_CHIP_MATCH_I2C_DRIVER  1  /* Match against I2C driver name */
 #define V4L2_CHIP_MATCH_I2C_ADDR    2  /* Match against I2C 7-bit address */
-#define V4L2_CHIP_MATCH_AC97        3  /* Match against anciliary AC97 chip */
+#define V4L2_CHIP_MATCH_AC97        3  /* Match against ancillary AC97 chip */
 #define V4L2_CHIP_MATCH_SUBDEV      4  /* Match against subdev index */
 
 struct v4l2_dbg_match {
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] videodev2.h: fix typos
  2013-05-20 10:02 [PATCH] videodev2.h: fix typos Lad Prabhakar
@ 2013-05-20 10:58 ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2013-05-20 10:58 UTC (permalink / raw)
  To: Lad Prabhakar; +Cc: LMML, LKML, Mauro Carvalho Chehab, Hans Verkuil

Hi Prabhakar,

Thank you for the patch.

On Monday 20 May 2013 15:32:40 Lad Prabhakar wrote:
> From: Lad, Prabhakar <prabhakar.csengg@gmail.com>
> 
> 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>

> ---
>  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 f40b41c..ee4af53 100644
> --- a/include/uapi/linux/videodev2.h
> +++ b/include/uapi/linux/videodev2.h
> @@ -555,7 +555,7 @@ struct v4l2_jpegcompression {
>  	__u32 jpeg_markers;     /* Which markers should go into the JPEG
>  				 * output. Unless you exactly know what
>  				 * you do, leave them untouched.
> -				 * Inluding less markers will make the
> +				 * Including less markers will make the
>  				 * resulting code smaller, but there will
>  				 * be fewer applications which can read it.
>  				 * The presence of the APP and COM marker
> @@ -567,7 +567,7 @@ struct v4l2_jpegcompression {
>  #define V4L2_JPEG_MARKER_DRI (1<<5)    /* Define Restart Interval */
>  #define V4L2_JPEG_MARKER_COM (1<<6)    /* Comment segment */
>  #define V4L2_JPEG_MARKER_APP (1<<7)    /* App segment, driver will
> -					* allways use APP0 */
> +					* always use APP0 */
>  };
> 
>  /*
> @@ -900,7 +900,7 @@ typedef __u64 v4l2_std_id;
>  /*
>   * "Common" PAL - This macro is there to be compatible with the old
>   * V4L1 concept of "PAL": /BGDKHI.
> - * Several PAL standards are mising here: /M, /N and /Nc
> + * Several PAL standards are missing here: /M, /N and /Nc
>   */
>  #define V4L2_STD_PAL		(V4L2_STD_PAL_BG	|\
>  				 V4L2_STD_PAL_DK	|\
> @@ -1790,7 +1790,7 @@ struct v4l2_event_subscription {
>  #define V4L2_CHIP_MATCH_HOST V4L2_CHIP_MATCH_BRIDGE
>  #define V4L2_CHIP_MATCH_I2C_DRIVER  1  /* Match against I2C driver name */
>  #define V4L2_CHIP_MATCH_I2C_ADDR    2  /* Match against I2C 7-bit address
> */ -#define V4L2_CHIP_MATCH_AC97        3  /* Match against anciliary AC97
> chip */ +#define V4L2_CHIP_MATCH_AC97        3  /* Match against ancillary
> AC97 chip */ #define V4L2_CHIP_MATCH_SUBDEV      4  /* Match against subdev
> index */
> 
>  struct v4l2_dbg_match {
-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-20 10:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 10:02 [PATCH] videodev2.h: fix typos Lad Prabhakar
2013-05-20 10:58 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox