Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315042
b: refs/heads/master
c: 12aba9e
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Jul 9, 2012
1 parent 05dbf88 commit 442225f
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: 8f961faef791f6cc8fb1d10817fa7af3efcb544e
refs/heads/master: 12aba9e7974c5aabf0f4b8e90a5943bfa17fadf4
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/bnx2i/bnx2i_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ int bnx2i_get_stats(void *handle)
if (!stats)
return -ENOMEM;

memcpy(stats->version, DRV_MODULE_VERSION, sizeof(stats->version));
strlcpy(stats->version, DRV_MODULE_VERSION, sizeof(stats->version));
memcpy(stats->mac_add1 + 2, hba->cnic->mac_addr, ETH_ALEN);

stats->max_frame_size = hba->netdev->mtu;
Expand Down

0 comments on commit 442225f

Please sign in to comment.