diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-10-30 16:46:15 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-10-30 17:10:20 -0400 |
commit | c17cb8b55b104c549aa20a72fa44141ad2c65ec2 (patch) | |
tree | 7082490d6e031e5c4a6b5be8393b830a58da4a84 /Documentation/networking/x25-iface.txt | |
parent | b757a62e9f0df5c997c666dca4ad81197b5d8917 (diff) |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/x25-iface.txt b/Documentation/networking/x25-iface.txt index 78f662ee062..7f213b556e8 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 |