mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
davinci: Fix typo in dm355_ccdvc.c
Correct spelling "thresold" to "threshold" in drivers/media/video/davinci/dm355_ccdc.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a7bfe171cb
commit
c8fd0dd3dd
@ -292,7 +292,7 @@ static int validate_ccdc_param(struct ccdc_config_params_raw *ccdcparam)
|
||||
if ((ccdcparam->med_filt_thres < 0) ||
|
||||
(ccdcparam->med_filt_thres > CCDC_MED_FILT_THRESH)) {
|
||||
dev_dbg(ccdc_cfg.dev,
|
||||
"Invalid value of median filter thresold\n");
|
||||
"Invalid value of median filter threshold\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user