Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] media: tvp514x: remove field description

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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Prabhakar Lad and committed by
Mauro Carvalho Chehab
6a05d66b 09f9408d

+2 -5
+2 -5
include/media/tvp514x.h
··· 96 96 97 97 /** 98 98 * struct tvp514x_platform_data - Platform data values and access functions. 99 - * @power_set: Power state access function, zero is off, non-zero is on. 100 - * @ifparm: Interface parameters access function. 101 - * @priv_data_set: Device private data (pointer) access function. 102 99 * @clk_polarity: Clock polarity of the current interface. 103 - * @ hs_polarity: HSYNC Polarity configuration for current interface. 104 - * @ vs_polarity: VSYNC Polarity configuration for current interface. 100 + * @hs_polarity: HSYNC Polarity configuration for current interface. 101 + * @vs_polarity: VSYNC Polarity configuration for current interface. 105 102 */ 106 103 struct tvp514x_platform_data { 107 104 /* Interface control params */