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

Commit 3c7f3092 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jiri Kosina
Browse files

isdn: fix grammar in comment



Fix grammar / typo in comment.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Cc: Karsten Keil <isdn@linux-pingi.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 47b2d142
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
 * About SOFTNET:
 * Most of the changes were pretty obvious and basically done by HE already.
 *
 * One problem of the isdn net device code is that is uses struct net_device
 * One problem of the isdn net device code is that it uses struct net_device
 * for masters and slaves. However, only master interface are registered to
 * the network layer, and therefore, it only makes sense to call netif_*
 * functions on them.