Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141021
b: refs/heads/master
c: 1fc2d5c
h: refs/heads/master
i:
  141019: 459e7cd
v: v3
  • Loading branch information
Tom Zanussi authored and Ingo Molnar committed Mar 24, 2009
1 parent 51ab0d8 commit ecc7270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1618536961d31f9b3f55767b22d4a897f4204c26
refs/heads/master: 1fc2d5c11918082536acf261ce6abb1f5511053f
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_events_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ int filter_print_preds(struct filter_pred **preds, char *buf)
static struct ftrace_event_field *
find_event_field(struct ftrace_event_call *call, char *name)
{
struct ftrace_event_field *field, *next;
struct ftrace_event_field *field;

list_for_each_entry_safe(field, next, &call->fields, link) {
list_for_each_entry(field, &call->fields, link) {
if (!strcmp(field->name, name))
return field;
}
Expand Down

0 comments on commit ecc7270

Please sign in to comment.