Skip to content

Commit

Permalink
[media] omap3isp: stat: update struct ispstat_generic_config's comments
Browse files Browse the repository at this point in the history
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: David Cohen <david.cohen@nokia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
David Cohen authored and Mauro Carvalho Chehab committed Apr 17, 2011
1 parent 7a6f0b2 commit b5feda9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/video/omap3isp/ispstat.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ struct ispstat {
struct ispstat_generic_config {
/*
* Fields must be in the same order as in:
* - isph3a_aewb_config
* - isph3a_af_config
* - isphist_config
* - omap3isp_h3a_aewb_config
* - omap3isp_h3a_af_config
* - omap3isp_hist_config
*/
u32 buf_size;
u16 config_counter;
Expand Down

0 comments on commit b5feda9

Please sign in to comment.