Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1043
b: refs/heads/master
c: d28c2bc
h: refs/heads/master
i:
  1041: 1888ae0
  1039: c3cbbaa
v: v3
  • Loading branch information
Domen Puncer authored and Linus Torvalds committed May 5, 2005
1 parent 7bcf140 commit 5413454
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: cad359c68455d6870d053184bbb0ae208e207eef
refs/heads/master: d28c2bc8d192f606a4eb831978722107b20a9405
2 changes: 1 addition & 1 deletion trunk/lib/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int cmpint(const void *a, const void *b)

static int sort_test(void)
{
int *a, i, r = 0;
int *a, i, r = 1;

a = kmalloc(1000 * sizeof(int), GFP_KERNEL);
BUG_ON(!a);
Expand Down

0 comments on commit 5413454

Please sign in to comment.