Hello.

On 02-08-2012 11:40, Dror Cohen wrote:

This patch address the issue that a function named config_vpif_params should
be vpif_config_params. This, however, conflicts with two structures defined
already.

Function names shouldn't conflict with the structure tags. Structure tags always follow 'struct' keyword and are only valid in this context.

So I changed the structures to config_vpif_params_t (origin was
vpif_config_params)

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to