projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f5bad
)
[media] [trivial] davinci: Fix typo in dm355_ccdvc.c
author
Masanari Iida
<
[email protected]
>
Sat, 18 Feb 2012 16:27:32 +0000
(13:27 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 8 Mar 2012 14:09:29 +0000
(11:09 -0300)
Correct spelling "thresold" to "threshold" in
drivers/media/video/davinci/dm355_ccdc.c
Signed-off-by: Masanari Iida <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/davinci/dm355_ccdc.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/davinci/dm355_ccdc.c
b/drivers/media/video/davinci/dm355_ccdc.c
index f83baf3a52b0b7ae40f0e05091b2cb90147e2d4a..5b68847d40179fb43b988d7fe73966919158c1a7 100644
(file)
--- 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 thres
h
old\n");
return -EINVAL;
}