aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/x25-iface.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-10-30 16:46:15 +0900
committerDavid S. Miller <davem@davemloft.net>2013-10-30 17:10:20 -0400
commitc17cb8b55b104c549aa20a72fa44141ad2c65ec2 (patch)
tree7082490d6e031e5c4a6b5be8393b830a58da4a84 /Documentation/networking/x25-iface.txt
parentbgmac: don't update slot on skb alloc/dma mapping error (diff)
downloadlinux-dev-c17cb8b55b104c549aa20a72fa44141ad2c65ec2.tar.xz
linux-dev-c17cb8b55b104c549aa20a72fa44141ad2c65ec2.zip
doc:net: Fix typo in Documentation/networking
Correct spelling typo in Documentation/networking Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/x25-iface.txt')
-rw-r--r--Documentation/networking/x25-iface.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/x25-iface.txt b/Documentation/networking/x25-iface.txt
index 78f662ee0622..7f213b556e85 100644
--- a/Documentation/networking/x25-iface.txt
+++ b/Documentation/networking/x25-iface.txt
@@ -105,7 +105,7 @@ reduced by the following measures or a combination thereof:
later.
The lapb module interface was modified to support this. Its
data_indication() method should now transparently pass the
- netif_rx() return value to the (lapb mopdule) caller.
+ netif_rx() return value to the (lapb module) caller.
(2) Drivers for kernel versions 2.2.x should always check the global
variable netdev_dropping when a new frame is received. The driver
should only call netif_rx() if netdev_dropping is zero. Otherwise