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:
0d85cca
)
trivial: fix typos concerning "function"
author
Uwe Kleine-König
<
[email protected]
>
Tue, 26 Oct 2010 09:57:07 +0000
(09:57 +0000)
committer
David S. Miller
<
[email protected]
>
Mon, 1 Nov 2010 13:38:12 +0000
(06:38 -0700)
I'm a bit unsure about this patch. I'm unable to parse both statements.
Cc:
[email protected]
Signed-off-by: Uwe Kleine-König <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/isdn/hisax/isar.c
patch
|
blob
|
history
diff --git
a/drivers/isdn/hisax/isar.c
b/drivers/isdn/hisax/isar.c
index 40b914bded8c2a3237abca74d295d8d80a02b2e3..2e72227bd071b9d18329e60a0e4b06a444700ec9 100644
(file)
--- a/
drivers/isdn/hisax/isar.c
+++ b/
drivers/isdn/hisax/isar.c
@@
-1427,8
+1427,8
@@
modeisar(struct BCState *bcs, int mode, int bc)
&bcs->hw.isar.reg->Flags))
bcs->hw.isar.dpath = 1;
else {
- printk(KERN_WARNING"isar modeisar analog fun
k
tions only with DP1\n");
- debugl1(cs, "isar modeisar analog fun
k
tions only with DP1");
+ printk(KERN_WARNING"isar modeisar analog fun
c
tions only with DP1\n");
+ debugl1(cs, "isar modeisar analog fun
c
tions only with DP1");
return(1);
}
break;