aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-18 13:27:32 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-03-08 11:09:29 -0300
commitc5f79f6a0c70a390d07bcea4d7df6219f78e0904 (patch)
tree26f288303fabd7bf7138fbb97408ad7b48b45956
parent[media] cx18-driver: fix handling of 'radio' module parameter (diff)
downloadlinux-dev-c5f79f6a0c70a390d07bcea4d7df6219f78e0904.tar.xz
linux-dev-c5f79f6a0c70a390d07bcea4d7df6219f78e0904.zip
[media] [trivial] 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: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/davinci/dm355_ccdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/davinci/dm355_ccdc.c b/drivers/media/video/davinci/dm355_ccdc.c
index f83baf3a52b0..5b68847d4017 100644
--- a/drivers/media/video/davinci/dm355_ccdc.c
+++ b/drivers/media/video/davinci/dm355_ccdc.c
@@ -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;
}