Skip to content

Commit

Permalink
[media] [trivial] 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: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Masanari Iida authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent b3f5bad commit c5f79f6
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 c5f79f6

Please sign in to comment.