Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eae61ae1 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by David S. Miller
Browse files

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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0d85cca0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;