Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158121
b: refs/heads/master
c: 2122743
h: refs/heads/master
i:
  158119: ace9caf
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Aug 17, 2009
1 parent d7fe6ca commit defb45c
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: 90629209a020859b67423a6326f3765f220c7f5c
refs/heads/master: 212274347fc4d2a7c56bf6c953b02c809e7e0be1
2 changes: 1 addition & 1 deletion trunk/kernel/lockdep_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ static void *ls_start(struct seq_file *m, loff_t *pos)
if (*pos == 0)
return SEQ_START_TOKEN;

data->iter = data->stats + *pos;
data->iter = data->stats + (*pos - 1);
if (data->iter >= data->iter_end)
data->iter = NULL;

Expand Down

0 comments on commit defb45c

Please sign in to comment.