]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
isdn: fix grammar in comment
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 3 Mar 2015 10:58:08 +0000 (11:58 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 26 May 2015 13:08:12 +0000 (15:08 +0200)
Fix grammar / typo in comment.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Karsten Keil <isdn@linux-pingi.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/isdn/i4l/isdn_net.c

index 94affa5e6f2895725c6f61c9d53b8b988b1a9bca..c79adebc3743cdd98fe7e0efce08932b377eb272 100644 (file)
@@ -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.