Skip to content
Snippets Groups Projects
Commit c8fd0dd3 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

davinci: Fix typo in dm355_ccdvc.c


Correct spelling "thresold" to "threshold" in
drivers/media/video/davinci/dm355_ccdc.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a7bfe171
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,7 @@ static int validate_ccdc_param(struct ccdc_config_params_raw *ccdcparam) ...@@ -292,7 +292,7 @@ static int validate_ccdc_param(struct ccdc_config_params_raw *ccdcparam)
if ((ccdcparam->med_filt_thres < 0) || if ((ccdcparam->med_filt_thres < 0) ||
(ccdcparam->med_filt_thres > CCDC_MED_FILT_THRESH)) { (ccdcparam->med_filt_thres > CCDC_MED_FILT_THRESH)) {
dev_dbg(ccdc_cfg.dev, dev_dbg(ccdc_cfg.dev,
"Invalid value of median filter thresold\n"); "Invalid value of median filter threshold\n");
return -EINVAL; return -EINVAL;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment