]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
trivial: fix typos concerning "function"
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 26 Oct 2010 09:57:07 +0000 (09:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
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: netdev@vger.kernel.org
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hisax/isar.c

index 40b914bded8c2a3237abca74d295d8d80a02b2e3..2e72227bd071b9d18329e60a0e4b06a444700ec9 100644 (file)
@@ -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 funktions only with DP1\n");
-                                       debugl1(cs, "isar modeisar analog funktions only with DP1");
+                                       printk(KERN_WARNING"isar modeisar analog functions only with DP1\n");
+                                       debugl1(cs, "isar modeisar analog functions only with DP1");
                                        return(1);
                                }
                                break;