Changeset 446aba663b82 ("[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: 446aba663b82 ("[media] tveeprom: get rid of unused arg on 
tveeprom_hauppauge_analog()")
Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>
---
 include/media/tveeprom.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/media/tveeprom.h b/include/media/tveeprom.h
index 5324c82fc810..630bcf3d8885 100644
--- a/include/media/tveeprom.h
+++ b/include/media/tveeprom.h
@@ -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
-- 
2.9.3

Reply via email to