[media] tveeprom: get rid of documentation of an unused parameter
Changeset446aba663b
("[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()") removed the now unused I2C adapter struct from struct tveeprom. Remove the corresponding kernel-doc tag. Fixes:446aba663b
("[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()") Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
f8da4aad55
commit
0fad6e2372
|
@ -94,7 +94,6 @@ struct tveeprom {
|
|||
* of the eeprom previously filled at
|
||||
* @eeprom_data field.
|
||||
*
|
||||
* @c: I2C client struct
|
||||
* @tvee: Struct to where the eeprom parsed data will be filled;
|
||||
* @eeprom_data: Array with the contents of the eeprom_data. It should
|
||||
* contain 256 bytes filled with the contents of the
|
||||
|
|
Loading…
Reference in New Issue