From: Uwe Kleine-König Date: Tue, 26 Oct 2010 09:57:07 +0000 (+0000) Subject: trivial: fix typos concerning "function" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eae61ae15b752b919ea45746f6dff449ff6d3281;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git trivial: fix typos concerning "function" 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 Signed-off-by: David S. Miller --- diff --git a/drivers/isdn/hisax/isar.c b/drivers/isdn/hisax/isar.c index 40b914bded8c..2e72227bd071 100644 --- 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 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;