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:
7cc31fa
)
media: dvb_frontends: fix spelling mistake: "unexpcted" -> "unexpected"
author
Colin Ian King
<
[email protected]
>
Fri, 11 May 2018 14:18:13 +0000
(10:18 -0400)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 11 May 2018 15:38:39 +0000
(11:38 -0400)
Trivial fix to spelling mistake in dprintk message text
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb-frontends/l64781.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb-frontends/l64781.c
b/drivers/media/dvb-frontends/l64781.c
index e056f36e6f0c4015801ed4966ae48f4318584ac3..249c18761e6ef199ee316c988e1ab48ebbe3b542 100644
(file)
--- a/
drivers/media/dvb-frontends/l64781.c
+++ b/
drivers/media/dvb-frontends/l64781.c
@@
-546,7
+546,7
@@
struct dvb_frontend* l64781_attach(const struct l64781_config* config,
/* Responds to all reads with 0 */
if (l64781_readreg(state, 0x1a) != 0) {
- dprintk("Read 1 returned unexpcted value\n");
+ dprintk("Read 1 returned unexp
e
cted value\n");
goto error;
}
@@
-555,7
+555,7
@@
struct dvb_frontend* l64781_attach(const struct l64781_config* config,
/* Responds with register default value */
if (l64781_readreg(state, 0x1a) != 0xa1) {
- dprintk("Read 2 returned unexpcted value\n");
+ dprintk("Read 2 returned unexp
e
cted value\n");
goto error;
}