On Sun, Oct 25, 2015 at 4:44 AM, Jagan Teki wrote:
>> +++ b/include/linux/log2.h
>> @@ -0,0 +1,205 @@
>> +/* Integer base 2 logarithm calculation
>
> Of-course Linux look same, but the multi-line comment should be as
>
> /**
> * Integer base 2 logarithm calculation
> *
> */
>
> Probably we can
On 24 October 2015 at 20:56, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Use the log2 header files from the kernel.
>
> Imported from kernel 4.2.3.
>
> Signed-off-by: Fabio Estevam
> Reviewed-by: Tom Rini
Reviewed-by: Jagan Teki
> ---
> Changes since v1:
> - None
>
> include/linux/log2.h
From: Fabio Estevam
Use the log2 header files from the kernel.
Imported from kernel 4.2.3.
Signed-off-by: Fabio Estevam
Reviewed-by: Tom Rini
---
Changes since v1:
- None
include/linux/log2.h | 205 +++
1 file changed, 205 insertions(+)
creat
3 matches
Mail list logo