This patch address the issue that a function named config_vpif_params should be vpif_config_params. However this name is shared with two structures defined already. So I changed the structures to config_vpif_params (origin was vpif_config_params)
v2 changes: softer wording in description and the structs are now defined without _t Dror Cohen (1): fixing function name start to vpif_config_params drivers/media/video/davinci/vpif.c | 6 +++--- drivers/media/video/davinci/vpif_capture.c | 2 +- drivers/media/video/davinci/vpif_capture.h | 2 +- drivers/media/video/davinci/vpif_display.c | 2 +- drivers/media/video/davinci/vpif_display.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) -- 1.7.5.4 _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
