aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-03-03 11:58:08 +0100
committerJiri Kosina <jkosina@suse.cz>2015-05-26 15:08:12 +0200
commit3c7f3092d0dc9288f4ec945c38e8ff0e8a14e9ec (patch)
tree753415c641696e4458b349acbdae6f488c3cc8d2
parentARM: KVM: fix comment (diff)
downloadlinux-dev-3c7f3092d0dc9288f4ec945c38e8ff0e8a14e9ec.tar.xz
linux-dev-3c7f3092d0dc9288f4ec945c38e8ff0e8a14e9ec.zip
isdn: fix grammar in comment
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>
-rw-r--r--drivers/isdn/i4l/isdn_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/i4l/isdn_net.c b/drivers/isdn/i4l/isdn_net.c
index 94affa5e6f28..c79adebc3743 100644
--- a/drivers/isdn/i4l/isdn_net.c
+++ b/drivers/isdn/i4l/isdn_net.c
@@ -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.