diff mbox

media: tvp514x: remove field description

Message ID 1358236540-2091-1-git-send-email-prabhakar.lad@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lad, Prabhakar Jan. 15, 2013, 7:55 a.m. UTC
This patch removes the field description of fields that no
longer exists, along side aligns the field description of
fields.

Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
---
 include/media/tvp514x.h |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

Comments

Hans Verkuil Jan. 21, 2013, 9:56 a.m. UTC | #1
On Tue January 15 2013 08:55:40 Lad, Prabhakar wrote:
> This patch removes the field description of fields that no
> longer exists, along side aligns the field description of
> fields.
> 
> Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>

Regards,

	Hans

> ---
>  include/media/tvp514x.h |    7 ++-----
>  1 files changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/include/media/tvp514x.h b/include/media/tvp514x.h
> index 74387e8..86ed7e8 100644
> --- a/include/media/tvp514x.h
> +++ b/include/media/tvp514x.h
> @@ -96,12 +96,9 @@ enum tvp514x_output {
>  
>  /**
>   * struct tvp514x_platform_data - Platform data values and access functions.
> - * @power_set: Power state access function, zero is off, non-zero is on.
> - * @ifparm: Interface parameters access function.
> - * @priv_data_set: Device private data (pointer) access function.
>   * @clk_polarity: Clock polarity of the current interface.
> - * @ hs_polarity: HSYNC Polarity configuration for current interface.
> - * @ vs_polarity: VSYNC Polarity configuration for current interface.
> + * @hs_polarity: HSYNC Polarity configuration for current interface.
> + * @vs_polarity: VSYNC Polarity configuration for current interface.
>   */
>  struct tvp514x_platform_data {
>  	/* Interface control params */
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/media/tvp514x.h b/include/media/tvp514x.h
index 74387e8..86ed7e8 100644
--- a/include/media/tvp514x.h
+++ b/include/media/tvp514x.h
@@ -96,12 +96,9 @@  enum tvp514x_output {
 
 /**
  * struct tvp514x_platform_data - Platform data values and access functions.
- * @power_set: Power state access function, zero is off, non-zero is on.
- * @ifparm: Interface parameters access function.
- * @priv_data_set: Device private data (pointer) access function.
  * @clk_polarity: Clock polarity of the current interface.
- * @ hs_polarity: HSYNC Polarity configuration for current interface.
- * @ vs_polarity: VSYNC Polarity configuration for current interface.
+ * @hs_polarity: HSYNC Polarity configuration for current interface.
+ * @vs_polarity: VSYNC Polarity configuration for current interface.
  */
 struct tvp514x_platform_data {
 	/* Interface control params */