Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/smsc911x.c
This commit is contained in:
commit
1c01a80cfe
2765 changed files with 7223 additions and 8041 deletions
|
@ -603,7 +603,7 @@ slow_path:
|
|||
/* IF: it doesn't fit, use 'mtu' - the data space left */
|
||||
if (len > mtu)
|
||||
len = mtu;
|
||||
/* IF: we are not sending upto and including the packet end
|
||||
/* IF: we are not sending up to and including the packet end
|
||||
then align the next start on an eight byte boundary */
|
||||
if (len < left) {
|
||||
len &= ~7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue