[PATCH 0/8] staging: bcm: Clean up user defined data types

Lisa Nguyen lisa at xenapiadmin.com
Wed Oct 30 04:52:12 UTC 2013


Greg,

Sorry for top posting, but I just inserted the wrong commit message
and subject for one of my patches in this series.

Please drop this set. Will revise and submit v2 of this series.

Thanks,
Lisa

On Tue, Oct 29, 2013 at 9:40 PM, Lisa Nguyen <lisa at xenapiadmin.com> wrote:
> 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
>


More information about the devel mailing list