Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171519
b: refs/heads/master
c: 9ea2bda
h: refs/heads/master
i:
  171517: 6b8d87d
  171515: 4956b6a
  171511: d1529bb
  171503: 865d327
  171487: 137abdd
  171455: 91a3ce8
  171391: 02402d3
  171263: 24329e7
  171007: 305b286
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Nov 13, 2009
1 parent aba2f02 commit bfc8620
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: 805003a41c035ccbe37d3d5ef5e6df8874346b5a
refs/heads/master: 9ea2bdab11da97b2ac6f87d79976d25fa6d27295
2 changes: 1 addition & 1 deletion trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -8143,7 +8143,7 @@ static void __devinit niu_vpd_parse_version(struct niu *np)
int i;

for (i = 0; i < len - 5; i++) {
if (!strncmp(s + i, "FCode ", 5))
if (!strncmp(s + i, "FCode ", 6))
break;
}
if (i >= len - 5)
Expand Down

0 comments on commit bfc8620

Please sign in to comment.