Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291614
b: refs/heads/master
c: cf64bc8
h: refs/heads/master
v: v3
  • Loading branch information
Yi Zou authored and David S. Miller committed Mar 19, 2012
1 parent 82ee345 commit 28813eb
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: cdbee74ce74cd66de42a6f6d0edfa74fa9a66f2a
refs/heads/master: cf64bc8f093581d0697b65ea8dd04bdd27a676b0
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ static int fcoe_xmit(struct fc_lport *lport, struct fc_frame *fp)

/* crc offload */
if (likely(lport->crc_offload)) {
skb->ip_summed = CHECKSUM_PARTIAL;
skb->ip_summed = CHECKSUM_UNNECESSARY;
skb->csum_start = skb_headroom(skb);
skb->csum_offset = skb->len;
crc = 0;
Expand Down

0 comments on commit 28813eb

Please sign in to comment.