Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109274
b: refs/heads/master
c: bd8774c
h: refs/heads/master
v: v3
  • Loading branch information
Frank Blaschka authored and Jeff Garzik committed Aug 27, 2008
1 parent 5a8a0e7 commit abbe48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7db2266a374d66f5ac85334c922cb37d76939cc5
refs/heads/master: bd8774c841aa5162d1d6837b3d21f4dcee71f36a
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/qeth_core_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,7 @@ static inline void __qeth_fill_buffer(struct sk_buff *skb,
struct qdio_buffer *buffer, int is_tso, int *next_element_to_fill,
int offset)
{
int length = skb->len;
int length = skb->len - offset;
int length_here;
int element;
char *data;
Expand Down

0 comments on commit abbe48d

Please sign in to comment.