Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373704
b: refs/heads/master
c: 21ca352
h: refs/heads/master
v: v3
  • Loading branch information
Yann E. MORIN committed Apr 29, 2013
1 parent ce40ccd commit 4f77bc7
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: 23a5dfdad22a574d19d7cc19b391f9ce0d3c2f21
refs/heads/master: 21ca352b71ca252e1933b1538fe89da8a04395c3
4 changes: 2 additions & 2 deletions trunk/scripts/kconfig/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static inline void __list_del(struct list_head *prev, struct list_head *next)
static inline void list_del(struct list_head *entry)
{
__list_del(entry->prev, entry->next);
entry->next = LIST_POISON1;
entry->prev = LIST_POISON2;
entry->next = (struct list_head*)LIST_POISON1;
entry->prev = (struct list_head*)LIST_POISON2;
}
#endif

0 comments on commit 4f77bc7

Please sign in to comment.