X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Fnetworking%2Fdriver.txt;h=4f7da5a2bf4f8ce7c3300f49fae7e073cdf51380;hb=refs%2Fheads%2Fvserver;hp=a9ad58b49cc5459c82789bce189d9af51f77344e;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/Documentation/networking/driver.txt b/Documentation/networking/driver.txt index a9ad58b49..4f7da5a2b 100644 --- a/Documentation/networking/driver.txt +++ b/Documentation/networking/driver.txt @@ -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))