Re: [PATCH 3/4] zsmalloc use zs_handle instead of void *

From: Seth Jennings
Date: Mon May 07 2012 - 11:03:43 EST


On 05/03/2012 09:24 PM, Minchan Kim wrote:

> On 05/04/2012 12:23 AM, Seth Jennings wrote:
>> The reason I hadn't done it before is that it introduces a checkpatch
>> warning:
>>
>> WARNING: do not add new typedefs
>> #303: FILE: drivers/staging/zsmalloc/zsmalloc.h:19:
>> +typedef void * zs_handle;
>>
>
>
> Yes. I did it but I think we are (a) of chapter 5: Typedefs in Documentation/CodingStyle.
>
> (a) totally opaque objects (where the typedef is actively used to _hide_
> what the object is).
>
> No?


Interesting, seems like checkpatch and CodingStyle aren't completely in
sync here. Maybe the warning should say "do not add new typedefs unless
allowed by CodingStyle 5(a)" or something.

Works for me though.

Thanks again Minchan!

--
Seth

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/