This patch series reflects the first round of data type cleanups. There was no need to redefine existing data types, and some user defined data types were removed if they were not used anywhere in the bcm driver. Lisa Nguyen (8): staging: bcm: Replace PVOID with void * staging: bcm: Replace CHAR with char staging: bcm: Remove user defined type SHORT staging: bcm: Replace INT with int staging: bcm: Remove user defined data type PSHORT staging: bcm: Replace TRUE with true staging: bcm: Replace LONG with long staging: bcm: Remove user defined data type DWORD drivers/staging/bcm/Adapter.h | 24 ++--- drivers/staging/bcm/Bcmchar.c | 148 +++++++++++++++--------------- drivers/staging/bcm/Bcmnet.c | 4 +- drivers/staging/bcm/CmHost.c | 98 ++++++++++---------- drivers/staging/bcm/DDRInit.c | 10 +- drivers/staging/bcm/HandleControlPacket.c | 34 +++---- drivers/staging/bcm/IPv6Protocol.c | 38 ++++---- drivers/staging/bcm/InterfaceDld.c | 18 ++-- drivers/staging/bcm/InterfaceIdleMode.c | 8 +- drivers/staging/bcm/InterfaceIdleMode.h | 10 +- drivers/staging/bcm/InterfaceInit.c | 56 +++++------ drivers/staging/bcm/InterfaceIsr.c | 16 ++-- drivers/staging/bcm/InterfaceIsr.h | 6 +- drivers/staging/bcm/InterfaceMisc.c | 20 ++-- drivers/staging/bcm/InterfaceMisc.h | 34 ++++--- drivers/staging/bcm/InterfaceRx.c | 14 +-- drivers/staging/bcm/InterfaceTx.c | 24 ++--- drivers/staging/bcm/InterfaceTx.h | 2 +- drivers/staging/bcm/LeakyBucket.c | 30 +++--- drivers/staging/bcm/Misc.c | 68 +++++++------- drivers/staging/bcm/PHSModule.c | 20 ++-- drivers/staging/bcm/Prototypes.h | 94 +++++++++---------- drivers/staging/bcm/Qos.c | 88 +++++++++--------- drivers/staging/bcm/Transmit.c | 4 +- drivers/staging/bcm/Typedefs.h | 13 --- drivers/staging/bcm/hostmibs.c | 16 ++-- drivers/staging/bcm/led_control.c | 44 ++++----- drivers/staging/bcm/nvm.c | 138 ++++++++++++++-------------- drivers/staging/bcm/sort.c | 4 +- drivers/staging/bcm/vendorspecificextn.c | 14 +-- drivers/staging/bcm/vendorspecificextn.h | 14 +-- 31 files changed, 548 insertions(+), 563 deletions(-) -- 1.8.1.2 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel