Skip to content

Commit

Permalink
davinci: Fix typo in dm355_ccdvc.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 21, 2012
1 parent a7bfe17 commit c8fd0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/davinci/dm355_ccdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c8fd0dd

Please sign in to comment.