Skip to content

Commit

Permalink
md/bitmap: white space clean up and similar.
Browse files Browse the repository at this point in the history
Fixes some whitespace problems
Fixed some checkpatch.pl complaints.
Replaced kmalloc ... memset(0), with kzalloc
Fixed an unlikely memory leak on an error path.
Reformatted a number of 'if/else' sets, sometimes
replacing goto with an else clause.
Removed some old comments and commented-out code.

Signed-off-by: NeilBrown <neilb@suse.de>
  • Loading branch information
NeilBrown committed Jul 26, 2010
1 parent 9f7c222 commit ac2f40b
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 167 deletions.
Loading

0 comments on commit ac2f40b

Please sign in to comment.