Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298458
b: refs/heads/master
c: c98291e
h: refs/heads/master
v: v3
  • Loading branch information
Yi Zou authored and Jeff Kirsher committed Mar 17, 2012
1 parent 23f73a6 commit 332c2bd
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: 0646819cd31786f4b024d0056f73adf460be40aa
refs/heads/master: c98291ee1ceac03912e24b3219fa6e7dc0d52f5e
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 332c2bd

Please sign in to comment.