On Sat, 2011-07-16 at 22:10 -0500, Larry Finger wrote:
> This set of patches removes all typedefs from the driver for RTL8192E.

As these lines touch declarations and uses of these
typedefs, I think it'd be better to rename them
at the same time.

for instance these patches converted:

typedef struct _CHANNEL_LIST -> struct CHANNEL_LIST

I think the conversion should be to:

typedef struct _CHANNEL_LIST -> struct channel_list

A script that can perform these conversions:
https://lkml.org/lkml/2009/8/14/19

Nicolas Palix also used coccinelle and python
to convert typedefs:
http://www.gossamer-threads.com/lists/linux/kernel/1116060


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to