Commit b5feda91 authored by David Cohen's avatar David Cohen Committed by Mauro Carvalho Chehab

[media] omap3isp: stat: update struct ispstat_generic_config's comments

struct ispstat_generic_config's comments refers to isph3a_aewb_config,
isph3a_af_config and isphist_config. But those structs have had their
names prefixed with 'omap3'. So, let's update the comments.
Signed-off-by: default avatarDavid Cohen <david.cohen@nokia.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 7a6f0b22
...@@ -131,9 +131,9 @@ struct ispstat { ...@@ -131,9 +131,9 @@ struct ispstat {
struct ispstat_generic_config { struct ispstat_generic_config {
/* /*
* Fields must be in the same order as in: * Fields must be in the same order as in:
* - isph3a_aewb_config * - omap3isp_h3a_aewb_config
* - isph3a_af_config * - omap3isp_h3a_af_config
* - isphist_config * - omap3isp_hist_config
*/ */
u32 buf_size; u32 buf_size;
u16 config_counter; u16 config_counter;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment