From 0fad6e2372074e69b7c2048fec86f5a4bcbb3edb Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 5 Apr 2017 15:37:06 -0300 Subject: [media] tveeprom: get rid of documentation of an unused parameter 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 --- include/media/tveeprom.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/media') 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 -- cgit