From: David Cohen <david.cohen@nokia.com>
Date: Tue, 1 Mar 2011 15:17:40 +0000 (-0300)
Subject: [media] omap3isp: stat: update struct ispstat_generic_config's comments
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b5feda91c1c3510f54720dd8f086653af230a0e1;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

[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: David Cohen <david.cohen@nokia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---

diff --git a/drivers/media/video/omap3isp/ispstat.h b/drivers/media/video/omap3isp/ispstat.h
index 820950c9ef46..d86da94fa50d 100644
--- a/drivers/media/video/omap3isp/ispstat.h
+++ b/drivers/media/video/omap3isp/ispstat.h
@@ -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;