Re: [KJ] Re: [PATCH] drivers/isdn/hisax: ARRAY_SIZE instead of sizeof

2007-06-11 Thread Darren Jenkins
G'day Andi, On 6/11/07, Andi Drebes <[EMAIL PROTECTED]> wrote: > I'd suggest to not use another define, but use ARRAY_SIZE(foo) > _instead of_ eg. FNCOUNT. I thought of this, too, but I tried to keep things consistent. Let me explain that a little bit more in detail. If you have a look at the

Re: [KJ] Re: [PATCH] drivers/isdn/hisax: ARRAY_SIZE instead of sizeof

2007-06-11 Thread Darren Jenkins
G'day Andi, On 6/11/07, Andi Drebes [EMAIL PROTECTED] wrote: I'd suggest to not use another define, but use ARRAY_SIZE(foo) _instead of_ eg. FNCOUNT. I thought of this, too, but I tried to keep things consistent. Let me explain that a little bit more in detail. If you have a look at the

[kj][RFC] roll macro's in bitops.h

2007-02-16 Thread Darren Jenkins\\
so if these are useful I was wondering how to handle the existing functions ? #define them out for the time being ? #define rol32(a, b) RollLeft(a, b) #define ror32(a, b) RollRight(a, b) Darren Jenkins - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

[kj][RFC] roll macro's in bitops.h

2007-02-16 Thread Darren Jenkins\\
how to handle the existing functions ? #define them out for the time being ? #define rol32(a, b) RollLeft(a, b) #define ror32(a, b) RollRight(a, b) Darren Jenkins - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More