[PATCH 00/11 V2] Staging: bcm: Cleanup Adapter.h

From: Kevin McKinney
Date: Mon Oct 28 2013 - 23:51:59 EST


These patches fix several issues in Adapter.h

Kevin McKinney (11):
Staging: bcm: Fix WARNING: space prohibited before semicolon.
Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.
Staging: bcm: Replace USHORT with unsigned short in Adapter.h
Staging: bcm: Replaces UCHAR with u8 in Adapter.h
Staging: bcm: Replace ULONG with unsigned long or u32 in Adapter.h
Staging: bcm: Replace B_UINT16 with u16 in Adapter.h
Staging: bcm: Replace B_UINT8 with u8 in Adapter.h
Staging: bcm: Replace UINT32 with u32 in Adapter.h
Staging: bcm: Replace UINT with unsigned int in Adapter.h
Staging: bcm: Replace PVOID with void * in Adapter.h
Staging: bcm: Replace LARGE_INTEGER with u64 in Adapter.h

drivers/staging/bcm/Adapter.h | 298 ++++++++++++++++++++---------------------
drivers/staging/bcm/Bcmchar.c | 2 +-
drivers/staging/bcm/CmHost.c | 8 +-
drivers/staging/bcm/Misc.c | 8 +-
4 files changed, 158 insertions(+), 158 deletions(-)

--
1.7.9.5

--
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/