Commit 0b62c7db authored by Dafna Hirschfeld's avatar Dafna Hirschfeld Committed by Mauro Carvalho Chehab

media: staging: rkisp1: fix typos in file rkisp1-config.h

Fix two spelling typos in file rkisp1-config.h.
Signed-off-by: default avatarDafna Hirschfeld <dafna.hirschfeld@collabora.com>
Acked-by: default avatarHelen Koike <helen.koike@collabora.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent e4fa530f
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#define RKISP1_CIF_ISP_BLS_FIX_MASK 0x00001fff #define RKISP1_CIF_ISP_BLS_FIX_MASK 0x00001fff
/* /*
* Automatic white balance measurments * Automatic white balance measurements
*/ */
#define RKISP1_CIF_ISP_AWB_MAX_GRID 1 #define RKISP1_CIF_ISP_AWB_MAX_GRID 1
#define RKISP1_CIF_ISP_AWB_MAX_FRAMES 7 #define RKISP1_CIF_ISP_AWB_MAX_FRAMES 7
...@@ -408,7 +408,7 @@ struct rkisp1_cif_isp_flt_config { ...@@ -408,7 +408,7 @@ struct rkisp1_cif_isp_flt_config {
/** /**
* struct rkisp1_cif_isp_bdm_config - Configuration used by Bayer DeMosaic * struct rkisp1_cif_isp_bdm_config - Configuration used by Bayer DeMosaic
* *
* @demosaic_th: threshod for bayer demosaicing texture detection * @demosaic_th: threshold for bayer demosaicing texture detection
*/ */
struct rkisp1_cif_isp_bdm_config { struct rkisp1_cif_isp_bdm_config {
__u8 demosaic_th; __u8 demosaic_th;
......
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