Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341680
b: refs/heads/master
c: 3f978ef
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings committed Dec 1, 2012
1 parent 44a85b2 commit 0c31691
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: 0e0c3408a5414d4e1f8ca7fadcb513c13bd747e8
refs/heads/master: 3f978ef36cca9bb10c88a56baec1d9d1cb072b98
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/sfc/selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static void efx_iterate_state(struct efx_nic *efx)
/* saddr set later and used as incrementing count */
payload->ip.daddr = htonl(INADDR_LOOPBACK);
payload->ip.ihl = 5;
payload->ip.check = htons(0xdead);
payload->ip.check = (__force __sum16) htons(0xdead);
payload->ip.tot_len = htons(sizeof(*payload) - sizeof(struct ethhdr));
payload->ip.version = IPVERSION;
payload->ip.protocol = IPPROTO_UDP;
Expand Down

0 comments on commit 0c31691

Please sign in to comment.