diff options
| author | David Rientjes <[email protected]> | 2009-08-26 21:29:20 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-08-27 03:06:52 +0000 |
| commit | 105b6e8a74cac11cdf70903877593c7f202075cc (patch) | |
| tree | 387b2ef2071481cf0abb2cd2aac331ee3a62548b /lib/flex_array.c | |
| parent | flex_array: fix get function for elements in base starting at non-zero (diff) | |
| download | kernel-105b6e8a74cac11cdf70903877593c7f202075cc.tar.gz kernel-105b6e8a74cac11cdf70903877593c7f202075cc.zip | |
flex_array: fix flex_array_free_parts comment
flex_array_free_parts() does not take `src' or `element_nr' formals, so
remove their respective comments.
Signed-off-by: David Rientjes <[email protected]>
Acked-by: Dave Hansen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/flex_array.c')
| -rw-r--r-- | lib/flex_array.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/flex_array.c b/lib/flex_array.c index e73c691aec36..cf4e372cae90 100644 --- a/lib/flex_array.c +++ b/lib/flex_array.c @@ -122,9 +122,6 @@ static int fa_element_to_part_nr(struct flex_array *fa, int element_nr) /** * flex_array_free_parts - just free the second-level pages - * @src: address of data to copy into the array - * @element_nr: index of the position in which to insert - * the new element. * * This is to be used in cases where the base 'struct flex_array' * has been statically allocated and should not be free. |
