Re: [PATCH 02/19] radix-tree: Miscellaneous fixes

2016-04-26 Thread NeilBrown
On Fri, Apr 15 2016, Matthew Wilcox wrote: > Typos, whitespace, grammar, line length, using the correct types, etc. > > Signed-off-by: Matthew Wilcox > Reviewed-by: Ross Zwisler > > -static inline void root_tag_clear(struct radix_tree_root

Re: [PATCH 02/19] radix-tree: Miscellaneous fixes

2016-04-26 Thread NeilBrown
On Fri, Apr 15 2016, Matthew Wilcox wrote: > Typos, whitespace, grammar, line length, using the correct types, etc. > > Signed-off-by: Matthew Wilcox > Reviewed-by: Ross Zwisler > > -static inline void root_tag_clear(struct radix_tree_root *root, unsigned int > tag) > +static inline void

[PATCH 02/19] radix-tree: Miscellaneous fixes

2016-04-14 Thread Matthew Wilcox
Typos, whitespace, grammar, line length, using the correct types, etc. Signed-off-by: Matthew Wilcox Reviewed-by: Ross Zwisler --- lib/radix-tree.c | 70 +--- 1 file changed, 36

[PATCH 02/19] radix-tree: Miscellaneous fixes

2016-04-14 Thread Matthew Wilcox
Typos, whitespace, grammar, line length, using the correct types, etc. Signed-off-by: Matthew Wilcox Reviewed-by: Ross Zwisler --- lib/radix-tree.c | 70 +--- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/lib/radix-tree.c