Thanks for the review! I just pushed this,
Jarno
On Dec 3, 2013, at 8:27 AM, Ben Pfaff wrote:
> On Tue, Nov 26, 2013 at 11:24:50AM -0800, Jarno Rajahalme wrote:
>> ctz() returns 32 for zero input, and we already have ctz64(),
>> so it makes sense to rename ctz() as ctz32().
>>
>> Signed-off
On Tue, Nov 26, 2013 at 11:24:50AM -0800, Jarno Rajahalme wrote:
> ctz() returns 32 for zero input, and we already have ctz64(),
> so it makes sense to rename ctz() as ctz32().
>
> Signed-off-by: Jarno Rajahalme
Acked-by: Ben Pfaff
___
dev mailing lis
ctz() returns 32 for zero input, and we already have ctz64(),
so it makes sense to rename ctz() as ctz32().
Signed-off-by: Jarno Rajahalme
---
lib/packets.c |2 +-
lib/util.h|6 +++---
tests/test-util.c | 16
3 files changed, 12 insertions(+), 12 deletions(