summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp/isphist.c
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.csengg@gmail.com>2014-02-21 09:07:23 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-05 17:01:43 -0300
commit872aba5103b2d4884a7d8790172b4c8951e52a78 (patch)
tree89d01a370b698f147d366ad9bfb00a900e86d861 /drivers/media/platform/omap3isp/isphist.c
parentfdf7bbe24d612dab8a8dc8962fdd7c0a1ac49c30 (diff)
downloadlinux-872aba5103b2d4884a7d8790172b4c8951e52a78.tar.bz2
[media] omap3isp: Rename the variable names in description
This patch renames the variable in the description to match it appropriately to function definition. Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform/omap3isp/isphist.c')
-rw-r--r--drivers/media/platform/omap3isp/isphist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/omap3isp/isphist.c b/drivers/media/platform/omap3isp/isphist.c
index 6db6cfbd8f3b..06a5f8164eaa 100644
--- a/drivers/media/platform/omap3isp/isphist.c
+++ b/drivers/media/platform/omap3isp/isphist.c
@@ -299,7 +299,7 @@ static u32 hist_get_buf_size(struct omap3isp_hist_config *conf)
/*
* hist_validate_params - Helper function to check user given params.
- * @user_cfg: Pointer to user configuration structure.
+ * @new_conf: Pointer to user configuration structure.
*
* Returns 0 on success configuration.
*/