Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dm-bio-prison] whitespace
  • Loading branch information
jthornber committed Jan 22, 2013
1 parent 5d87dc9 commit ed52136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/md/dm-bio-prison.c
Expand Up @@ -79,8 +79,7 @@ void dm_bio_prison_destroy(struct dm_bio_prison *prison)
}
EXPORT_SYMBOL_GPL(dm_bio_prison_destroy);

struct dm_bio_prison_cell *
dm_bio_prison_alloc_cell(struct dm_bio_prison *prison, gfp_t gfp)
struct dm_bio_prison_cell *dm_bio_prison_alloc_cell(struct dm_bio_prison *prison, gfp_t gfp)
{
return mempool_alloc(prison->cell_pool, gfp);
}
Expand Down

0 comments on commit ed52136

Please sign in to comment.