]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/networking/driver.txt
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid
[mv-sheeva.git] / Documentation / networking / driver.txt
index a9ad58b49cc5459c82789bce189d9af51f77344e..4f7da5a2bf4f8ce7c3300f49fae7e073cdf51380 100644 (file)
@@ -37,7 +37,7 @@ Transmit path guidelines:
                ...
        }
 
-   And then at the end of your TX reclaimation event handling:
+   And then at the end of your TX reclamation event handling:
 
        if (netif_queue_stopped(dp->dev) &&
             TX_BUFFS_AVAIL(dp) > (MAX_SKB_FRAGS + 1))