]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/isdn/i4l/isdn_net.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[mirror_ubuntu-zesty-kernel.git] / drivers / isdn / i4l / isdn_net.c
index 546b7e81161dd21df253aa7d5f0f41722a30c15e..aa5dd5668528912ec1f402deea49951fe8e15ff2 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.