From: Brad Hards Date: Mon, 17 Jan 2011 03:02:36 +0000 (+1030) Subject: block_pool: Change metadata layout so initial description is all on one line. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=b83649e60e0b6682704b9ad5def021dd4a4df85f;hp=12941b07e6fbd4b32687460f33d0cabfda080a3a;ds=sidebyside block_pool: Change metadata layout so initial description is all on one line. With the original layout, we got: Summary: An efficient allocator for blocks that don't need to be .... Description: resized or freed. --- diff --git a/ccan/block_pool/_info b/ccan/block_pool/_info index 245ed1a9..2daa0fae 100644 --- a/ccan/block_pool/_info +++ b/ccan/block_pool/_info @@ -3,8 +3,7 @@ #include "config.h" /** - * block_pool - An efficient allocator for blocks that don't need to be - * resized or freed. + * block_pool - An efficient allocator for blocks that don't need to be resized or freed. * * block_pool allocates blocks by packing them into buffers, making the * overhead per block virtually zero. Because of this, you cannot resize or