Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227807
b: refs/heads/master
c: c41ab6a
h: refs/heads/master
i:
  227805: b93d6ea
  227803: 811d68d
  227799: a1ce2bd
  227791: 5f3a391
  227775: f64e3ae
v: v3
  • Loading branch information
Eric Paris committed Nov 30, 2010
1 parent cd5708b commit ecab469
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: c9e86a9b95f198d7df49b25fcd808ee39cba218f
refs/heads/master: c41ab6a1b9028de33e74101cb0aae13098a56fdb
2 changes: 1 addition & 1 deletion trunk/include/linux/flex_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void *flex_array_get(struct flex_array *fa, unsigned int element_nr);
int flex_array_shrink(struct flex_array *fa);

#define flex_array_put_ptr(fa, nr, src, gfp) \
flex_array_put(fa, nr, &(void *)(src), gfp)
flex_array_put(fa, nr, (void *)&(src), gfp)

void *flex_array_get_ptr(struct flex_array *fa, unsigned int element_nr);

Expand Down

0 comments on commit ecab469

Please sign in to comment.