Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221720
b: refs/heads/master
c: 834b403
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Khoroshilov authored and Linus Torvalds committed Nov 12, 2010
1 parent 51a2fc3 commit 8206d03
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: aec04288904a7308f2900926902040e7a69ae2be
refs/heads/master: 834b40380e93e36f1c9b48ec1d280cebe3d7bd8c
2 changes: 1 addition & 1 deletion trunk/kernel/range.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static int cmp_range(const void *x1, const void *x2)

int clean_sort_range(struct range *range, int az)
{
int i, j, k = az - 1, nr_range = 0;
int i, j, k = az - 1, nr_range = az;

for (i = 0; i < k; i++) {
if (range[i].end)
Expand Down

0 comments on commit 8206d03

Please sign in to comment.